Searched refs:_S_end_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;
111 _S_end_free = _S_start_free + __i;
118 _S_start_free = _S_end_free = 0; // We have no chunk.
122 _S_end_free = _S_start_free + __bytes_to_get;
166 char* __pool_alloc_base::_S_end_free = 0; member in class:__pool_alloc_base
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/
H A Dpool_allocator.h99 static char* _S_end_free; member in class:__pool_alloc_base

Completed in 304 milliseconds