Home
last modified time | relevance | path

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

/external/stlport/stlport/stl/
D_abbrevs.h45 # define __node_alloc D__A macro
D_alloc.h148 class _STLP_CLASS_DECLSPEC __node_alloc {
165 _STLP_EXPORT_TEMPLATE_CLASS __debug_alloc<__node_alloc>;
224 typedef __node_alloc __alloc_type;
/external/stlport/src/
Ddll_main.cpp102 template class _STLP_CLASS_DECLSPEC __debug_alloc<__node_alloc>;
Dallocators.cpp742 void * _STLP_CALL __node_alloc::_M_allocate(size_t& __n) in _M_allocate()
745 void _STLP_CALL __node_alloc::_M_deallocate(void *__p, size_t __n) in _M_deallocate()
/external/stlport/etc/
DChangeLog-4.0147 * Use of raw SGI allocators (like __node_alloc) as an allocator parameter deprecated,
DChangeLog-5.12165 * src/dll_main.cpp: Remove references to former __node_alloc
4084 * stlport/stl/_alloc.c: Add complete cleanup of the __node_alloc static
8289 * __node_alloc:: allocate broken into two functions for better inlining