Home
last modified time | relevance | path

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

/reactos/sdk/include/c++/stlport/stl/
H A D_alloc.c45 __alloc_header *__result = (__alloc_header *)__allocator_type::allocate(__real_n); in allocate()
78 __allocator_type::deallocate(__real_p, __real_n); in deallocate()
H A D_alloc.h106 typedef _Alloc __allocator_type; typedef