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

/external/stlport/src/
H A Dallocators.cpp367 size_t __total_bytes = _p_size * __nobjs; local
371 if (__bytes_left >= __total_bytes) {
373 _S_start_free += __total_bytes;
379 __total_bytes = _p_size * __nobjs;
381 _S_start_free += __total_bytes;
392 size_t __bytes_to_get = 2 * __total_bytes + _S_round_up(_S_heap_size) + _STLP_OFFSET;
416 __bytes_to_get = __total_bytes + _STLP_OFFSET;
542 __add_atomic_t __total_bytes = __STATIC_CAST(__add_atomic_t, _p_size) * __nobjs; local
551 if ((__bytes_left < __total_bytes) && (__bytes_left >= __STATIC_CAST(__add_atomic_t, _p_size))) {
555 __total_bytes
939 size_t __total_bytes; local
[all...]

Completed in 110 milliseconds