Searched defs:allocate (Results 1 – 6 of 6) sorted by relevance
38 void * _STLP_CALL __debug_alloc<_Alloc>::allocate(size_t __n) { in allocate() function
168 _Tp* allocate(size_type __n, size_type& __allocated_n) { in allocate() function
92 static void* _STLP_CALL allocate(size_t __n) { return __stl_new(__n); } in allocate() function157 static void* _STLP_CALL allocate(size_t& __n) in allocate() function
131 void* _STLP_CALL __malloc_alloc::allocate(size_t __n) in allocate() function in __malloc_alloc990 void *_Pthread_alloc_impl::allocate(size_t& __n) { in allocate() function in _Pthread_alloc_impl1034 void *_Pthread_alloc_impl::allocate(size_t& __n, __state_type* __a) { in allocate() function in _Pthread_alloc_impl1102 void * _STLP_CALL _Pthread_alloc::allocate(size_t& __n) in allocate() function in _Pthread_alloc1106 void * _STLP_CALL _Pthread_alloc::allocate(size_t& __n, __state_type* __a) in allocate() function in _Pthread_alloc
105 pointer allocate(size_type, const void* = 0) { return 0; } in allocate() function in std::allocator