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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/src/
H A Dpool_allocator.cc64 size_t __total_bytes = __n * __nobjs; local
67 if (__bytes_left >= __total_bytes)
70 _S_start_free += __total_bytes;
76 __total_bytes = __n * __nobjs;
78 _S_start_free += __total_bytes;
91 size_t __bytes_to_get = (2 * __total_bytes
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/src/
H A Dpool_allocator.cc64 size_t __total_bytes = __n * __nobjs; local
67 if (__bytes_left >= __total_bytes)
70 _S_start_free += __total_bytes;
76 __total_bytes = __n * __nobjs;
78 _S_start_free += __total_bytes;
91 size_t __bytes_to_get = (2 * __total_bytes

Completed in 50 milliseconds