Searched refs:_S_start_free (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/libstdcxx-60/src/
H A Dpool_allocator.cc65 size_t __bytes_left = _S_end_free - _S_start_free;
69 __result = _S_start_free;
70 _S_start_free += __total_bytes;
77 __result = _S_start_free;
78 _S_start_free += __total_bytes;
87 ((_Obj*)(void*)_S_start_free)->_M_free_list_link = *__free_list;
88 *__free_list = (_Obj*)(void*)_S_start_free;
95 _S_start_free = static_cast<char*>(::operator new(__bytes_to_get));
110 _S_start_free = (char*)__p;
111 _S_end_free = _S_start_free
164 char* __pool_alloc_base::_S_start_free = 0; member in class:__pool_alloc_base
[all...]
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/
H A Dpool_allocator.h98 static char* _S_start_free; member in class:__pool_alloc_base

Completed in 110 milliseconds