Searched refs:_S_end_free (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/src/c++98/
H A Dpool_allocator.cc67 size_t __bytes_left = _S_end_free - _S_start_free;
113 _S_end_free = _S_start_free + __i;
120 _S_start_free = _S_end_free = 0; // We have no chunk.
124 _S_end_free = _S_start_free + __bytes_to_get;
168 char* __pool_alloc_base::_S_end_free = 0; member in class:__pool_alloc_base
/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dpthread_alloc98 static char *_S_end_free;
233 __bytes_left = _S_end_free - _S_start_free;
275 _S_end_free = _S_start_free + __bytes_to_get;
359 ::_S_end_free = 0;
H A Dstl_alloc.h367 static char* _S_end_free; member in class:__default_alloc_template
476 size_t __bytes_left = _S_end_free - _S_start_free;
513 _S_end_free = _S_start_free + __i;
519 _S_end_free = 0; // In case of exception.
526 _S_end_free = _S_start_free + __bytes_to_get;
704 char* __default_alloc_template<__threads, __inst>::_S_end_free = 0; member in class:__default_alloc_template
/haiku-buildtools/gcc/libstdc++-v3/include/ext/
H A Dpool_allocator.h96 static char* _S_end_free; member in class:__pool_alloc_base

Completed in 54 milliseconds