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

  /external/stlport/src/
allocators.cpp 60 inline char* __stlp_new_chunk(size_t __bytes) { function
68 inline char* __stlp_new_chunk(size_t __bytes) { function
78 inline char* __stlp_new_chunk(size_t __bytes) function
395 _S_start_free = __stlp_new_chunk(__bytes_to_get);
417 _S_start_free = __stlp_new_chunk(__bytes_to_get);
593 __result = __stlp_new_chunk(__bytes_to_get);
625 __result = __stlp_new_chunk(__bytes_to_get);
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
allocators.cpp 60 inline char* __stlp_new_chunk(size_t __bytes) { function
68 inline char* __stlp_new_chunk(size_t __bytes) { function
78 inline char* __stlp_new_chunk(size_t __bytes) function
395 _S_start_free = __stlp_new_chunk(__bytes_to_get);
417 _S_start_free = __stlp_new_chunk(__bytes_to_get);
593 __result = __stlp_new_chunk(__bytes_to_get);
625 __result = __stlp_new_chunk(__bytes_to_get);
    [all...]

Completed in 232 milliseconds