HomeSort by relevance Sort by last modified time
    Searched refs:_S_heap_size (Results 1 - 11 of 11) sorted by null

  /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;

Completed in 355 milliseconds