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

/haiku/headers/cpp/
H A Dpthread_alloc227 size_t __total_bytes;
232 __total_bytes = __size * __nobjs;
234 if (__bytes_left >= __total_bytes) {
236 _S_start_free += __total_bytes;
240 __total_bytes = __size * __nobjs;
242 _S_start_free += __total_bytes;
246 2 * __total_bytes + _S_round_up(_S_heap_size >> 4);
H A Dstl_alloc.h470 size_t __total_bytes = __size * __nobjs; local
473 if (__bytes_left >= __total_bytes) {
475 _S_start_free += __total_bytes;
479 __total_bytes = __size * __nobjs;
481 _S_start_free += __total_bytes;
485 2 * __total_bytes + _S_round_up(_S_heap_size >> 4);

Completed in 71 milliseconds