Home
last modified time | relevance | path

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

/external/stlport/stlport/stl/
D_alloc.c46 memset((char*)__result, __shred_byte, __real_n * sizeof(value_type)); in allocate()
65 _STLP_VERBOSE_ASSERT(*__tmp == __shred_byte, _StlMsg_DBA_UNDERRUN) in deallocate()
72 _STLP_VERBOSE_ASSERT(*__tmp == __shred_byte, _StlMsg_DBA_OVERRUN) in deallocate()
77 memset((char*)__p, __shred_byte, __n * sizeof(value_type)); in deallocate()
D_alloc.h116 __shred_byte = _STLP_SHRED_BYTE }; enumerator