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

/haiku/headers/cpp/
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.h362 static char* _S_end_free; member in class:__default_alloc_template
471 size_t __bytes_left = _S_end_free - _S_start_free;
508 _S_end_free = _S_start_free + __i;
514 _S_end_free = 0; // In case of exception.
521 _S_end_free = _S_start_free + __bytes_to_get;
699 char* __default_alloc_template<__threads, __inst>::_S_end_free = 0; member in class:__default_alloc_template

Completed in 88 milliseconds