Searched defs:allocate (Results 1 - 25 of 271) sorted by relevance

1234567891011

/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
H A D_alloc.c38 void * _STLP_CALL __debug_alloc<_Alloc>::allocate(size_t __n) { function in class:_Alloc
45 __alloc_header *__result = (__alloc_header *)__allocator_type::allocate(__real_n);
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
H A D_alloc.c38 void * _STLP_CALL __debug_alloc<_Alloc>::allocate(size_t __n) { function in class:_Alloc
45 __alloc_header *__result = (__alloc_header *)__allocator_type::allocate(__real_n);
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
H A D_alloc.c38 void * _STLP_CALL __debug_alloc<_Alloc>::allocate(size_t __n) { function in class:_Alloc
45 __alloc_header *__result = (__alloc_header *)__allocator_type::allocate(__real_n);
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
H A D_alloc.c38 void * _STLP_CALL __debug_alloc<_Alloc>::allocate(size_t __n) { function in class:_Alloc
45 __alloc_header *__result = (__alloc_header *)__allocator_type::allocate(__real_n);
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_alloc.c38 void * _STLP_CALL __debug_alloc<_Alloc>::allocate(size_t __n) { function in class:_Alloc
45 __alloc_header *__result = (__alloc_header *)__allocator_type::allocate(__real_n);
/prebuilts/ndk/9/sources/cxx-stl/stlport/stlport/stl/
H A D_alloc.c38 void * _STLP_CALL __debug_alloc<_Alloc>::allocate(size_t __n) { function in class:_Alloc
45 __alloc_header *__result = (__alloc_header *)__allocator_type::allocate(__real_n);
/prebuilts/ndk/current/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_alloc.c38 void * _STLP_CALL __debug_alloc<_Alloc>::allocate(size_t __n) { function in class:_Alloc
45 __alloc_header *__result = (__alloc_header *)__allocator_type::allocate(__real_n);
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_alloc.c38 void * _STLP_CALL __debug_alloc<_Alloc>::allocate(size_t __n) { function in class:_Alloc
45 __alloc_header *__result = (__alloc_header *)__allocator_type::allocate(__real_n);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
H A Dsplay-tree.h76 /* The type of a function used to allocate memory for tree root and
115 /* Node allocate function. Takes allocate_data as a parameter. */
116 splay_tree_allocate_fn allocate; variable
121 /* Parameter for allocate/free functions. */
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
H A Ddebug_allocator.h87 allocate(size_type __n) function in class:debug_allocator
89 pointer __res = _M_allocator.allocate(__n + _M_extra);
96 allocate(size_type __n, const void* __hint) function in class:debug_allocator
98 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
H A Ddebug_allocator.h87 allocate(size_type __n) function in class:debug_allocator
89 pointer __res = _M_allocator.allocate(__n + _M_extra);
96 allocate(size_type __n, const void* __hint) function in class:debug_allocator
98 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
H A Ddebug_allocator.h87 allocate(size_type __n) function in class:debug_allocator
89 pointer __res = _M_allocator.allocate(__n + _M_extra);
96 allocate(size_type __n, const void* __hint) function in class:debug_allocator
98 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
H A Ddebug_allocator.h87 allocate(size_type __n) function in class:debug_allocator
89 pointer __res = _M_allocator.allocate(__n + _M_extra);
96 allocate(size_type __n, const void* __hint) function in class:debug_allocator
98 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
H A Ddebug_allocator.h88 allocate(size_type __n) function in class:debug_allocator
90 pointer __res = _M_allocator.allocate(__n + _M_extra);
97 allocate(size_type __n, const void* __hint) function in class:debug_allocator
99 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
H A Dmalloc_allocator.h98 allocate(size_type __n, const void* = 0) function in class:malloc_allocator
H A Dnew_allocator.h99 allocate(size_type __n, const void* = 0) function in class:new_allocator
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
H A Ddebug_allocator.h88 allocate(size_type __n) function in class:debug_allocator
90 pointer __res = _M_allocator.allocate(__n + _M_extra);
97 allocate(size_type __n, const void* __hint) function in class:debug_allocator
99 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
H A Dmalloc_allocator.h98 allocate(size_type __n, const void* = 0) function in class:malloc_allocator
H A Dnew_allocator.h99 allocate(size_type __n, const void* = 0) function in class:new_allocator
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/ext/
H A Ddebug_allocator.h88 allocate(size_type __n) function in class:debug_allocator
90 pointer __res = _M_allocator.allocate(__n + _M_extra);
97 allocate(size_type __n, const void* __hint) function in class:debug_allocator
99 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
H A Dmalloc_allocator.h98 allocate(size_type __n, const void* = 0) function in class:malloc_allocator
H A Dnew_allocator.h99 allocate(size_type __n, const void* = 0) function in class:new_allocator
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
H A Ddebug_allocator.h88 allocate(size_type __n) function in class:debug_allocator
90 pointer __res = _M_allocator.allocate(__n + _M_extra);
97 allocate(size_type __n, const void* __hint) function in class:debug_allocator
99 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
H A Dmalloc_allocator.h98 allocate(size_type __n, const void* = 0) function in class:malloc_allocator
H A Dnew_allocator.h99 allocate(size_type __n, const void* = 0) function in class:new_allocator

Completed in 332 milliseconds

1234567891011