OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_s_heap_size
(Results
1 - 25
of
31
) sorted by null
1
2
/external/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
...]
/ndk/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
pool_allocator.h
93
static size_t
_S_heap_size
;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
pool_allocator.h
95
static size_t
_S_heap_size
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
pool_allocator.h
95
static size_t
_S_heap_size
;
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
pool_allocator.h
93
static size_t
_S_heap_size
;
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
pool_allocator.h
93
static size_t
_S_heap_size
;
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
pool_allocator.h
93
static size_t
_S_heap_size
;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
pool_allocator.h
93
static size_t
_S_heap_size
;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
pool_allocator.h
95
static size_t
_S_heap_size
;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
pool_allocator.h
96
static size_t
_S_heap_size
;
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
pool_allocator.h
95
static size_t
_S_heap_size
;
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
pool_allocator.h
96
static size_t
_S_heap_size
;
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
pool_allocator.h
97
static size_t
_S_heap_size
;
/external/stlport/etc/
ChangeLog
461
* src/allocators.cpp: Change management of
_S_heap_size
, now bit
463
when using
_S_heap_size
. Thanks to this modif, when
_S_heap_size
is only a 32
[
all
...]
/prebuilts/ndk/5/sources/cxx-stl/stlport/libs/armeabi/
libstlport_shared.so
/prebuilts/ndk/5/sources/cxx-stl/stlport/libs/armeabi-v7a/
libstlport_shared.so
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libstdc++.so
libstdc++.so.6
libstdc++.so.6.0.13
libstdc++.a
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/lib/
libstdc++.a
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/lib64/
libstdc++.a
[
all
...]
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/
libstdc++.a
[
all
...]
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/
libstdc++.a
[
all
...]
Completed in 1287 milliseconds
1
2