Home
last modified time | relevance | path

Searched defs:__bytes (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/
Dallocators.cpp60 inline char* __stlp_new_chunk(size_t __bytes) { in __stlp_new_chunk()
68 inline char* __stlp_new_chunk(size_t __bytes) { in __stlp_new_chunk()
78 inline char* __stlp_new_chunk(size_t __bytes) in __stlp_new_chunk()
120 #define _S_FREELIST_INDEX(__bytes) ((__bytes - size_t(1)) >> (int)_ALIGN_SHIFT) argument
247 static inline size_t _STLP_CALL _S_round_up(size_t __bytes) in _S_round_up()
797 static size_t _S_round_up(size_t __bytes) in _S_round_up()
799 static size_t _S_freelist_index(size_t __bytes) in _S_freelist_index()