Home
last modified time | relevance | path

Searched refs:_STLP_OFFSET (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/
Dallocators.cpp356 # define _STLP_OFFSET sizeof(_Obj) macro
358 # define _STLP_OFFSET 0 macro
392 size_t __bytes_to_get = 2 * __total_bytes + _S_round_up(_S_heap_size) + _STLP_OFFSET; in _S_chunk_alloc()
416 __bytes_to_get = __total_bytes + _STLP_OFFSET; in _S_chunk_alloc()
427 _S_start_free += _STLP_OFFSET; in _S_chunk_alloc()
526 # define _STLP_OFFSET _ALIGN macro
528 # define _STLP_OFFSET 0 macro
591 _STLP_OFFSET; in _S_chunk_alloc()
624 __bytes_to_get = __total_bytes + _STLP_OFFSET; in _S_chunk_alloc()