OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__total_bytes
(Results
1 - 2
of
2
) sorted by null
/external/stlport/src/
allocators.cpp
367
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
= __STATIC_CAST(__add_atomic_t, _p_size) * __nobjs
939
size_t
__total_bytes
;
local
[
all
...]
/ndk/sources/cxx-stl/stlport/src/
allocators.cpp
367
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
= __STATIC_CAST(__add_atomic_t, _p_size) * __nobjs
939
size_t
__total_bytes
;
local
[
all
...]
Completed in 345 milliseconds