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

  /ndk/sources/cxx-stl/stlport/src/
allocators.cpp 286 static char* _S_start_free;
368 size_t __bytes_left = _S_end_free - _S_start_free;
372 __result = _S_start_free;
373 _S_start_free += __total_bytes;
380 __result = _S_start_free;
381 _S_start_free += __total_bytes;
387 __REINTERPRET_CAST(_Obj*, _S_start_free)->_M_next = *__my_free_list;
388 *__my_free_list = __REINTERPRET_CAST(_Obj*, _S_start_free);
389 _S_start_free = _S_end_free = 0;
395 _S_start_free = __stlp_new_chunk(__bytes_to_get)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
pool_allocator.h 95 static char* _S_start_free;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
pool_allocator.h 95 static char* _S_start_free;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
pool_allocator.h 95 static char* _S_start_free;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
pool_allocator.h 91 static char* _S_start_free;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
pool_allocator.h 91 static char* _S_start_free;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
pool_allocator.h 91 static char* _S_start_free;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
pool_allocator.h 91 static char* _S_start_free;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
pool_allocator.h 93 static char* _S_start_free;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
pool_allocator.h 94 static char* _S_start_free;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
pool_allocator.h 93 static char* _S_start_free;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
pool_allocator.h 94 static char* _S_start_free;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
pool_allocator.h 95 static char* _S_start_free;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
pool_allocator.h 95 static char* _S_start_free;

Completed in 374 milliseconds