Searched refs:__hint (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Ddebug_allocator.h96 allocate(size_type __n, const void* __hint) argument
98 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
H A Dextptr_allocator.h90 pointer allocate(size_type __n, void* __hint = 0)
91 { return _M_real_alloc.allocate(__n,__hint); }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/
H A Ddebug_allocator.h98 allocate(size_type __n, const void* __hint) argument
100 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);

Completed in 47 milliseconds