OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_S_heap_size
(Results
1 - 8
of
8
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
pool_allocator.h
97
static size_t
_S_heap_size
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
pool_allocator.h
97
static size_t
_S_heap_size
;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
pool_allocator.h
97
static size_t
_S_heap_size
;
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
pool_allocator.h
97
static size_t
_S_heap_size
;
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
pool_allocator.h
97
static size_t
_S_heap_size
;
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
pool_allocator.h
97
static size_t
_S_heap_size
;
/prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
allocators.cpp
276
static _STLP_VOLATILE __add_atomic_t
_S_heap_size
;
278
static size_t
_S_heap_size
;
392
size_t __bytes_to_get = 2 * __total_bytes + _S_round_up(
_S_heap_size
) + _STLP_OFFSET;
421
_S_heap_size
+= __bytes_to_get >> 4;
477
_S_heap_size
= 0;
590
_S_round_up(__STATIC_CAST(__uadd_atomic_t, _STLP_ATOMIC_ADD(&
_S_heap_size
, 0)))) +
634
_STLP_ATOMIC_ADD(&
_S_heap_size
, __bytes_to_get >> 4);
674
_S_heap_size
= 0;
732
__node_alloc_impl::
_S_heap_size
= 0;
808
static size_t
_S_heap_size
;
[
all
...]
/prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
allocators.cpp
276
static _STLP_VOLATILE __add_atomic_t
_S_heap_size
;
278
static size_t
_S_heap_size
;
392
size_t __bytes_to_get = 2 * __total_bytes + _S_round_up(
_S_heap_size
) + _STLP_OFFSET;
421
_S_heap_size
+= __bytes_to_get >> 4;
477
_S_heap_size
= 0;
590
_S_round_up(__STATIC_CAST(__uadd_atomic_t, _STLP_ATOMIC_ADD(&
_S_heap_size
, 0)))) +
634
_STLP_ATOMIC_ADD(&
_S_heap_size
, __bytes_to_get >> 4);
674
_S_heap_size
= 0;
732
__node_alloc_impl::
_S_heap_size
= 0;
808
static size_t
_S_heap_size
;
[
all
...]
Completed in 403 milliseconds