Home
last modified time | relevance | path

Searched refs:_M_allocator (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/
H A Ddebug_allocator.h81 _Alloc _M_allocator; variable
93 pointer __res = _M_allocator.allocate(__n + _M_extra); in allocate()
102 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint); in allocate()
119 _M_allocator.deallocate(__real_p, __n + _M_extra); in deallocate()