Home
last modified time | relevance | path

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

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