Home | History | Annotate | Download | only in src

Lines Matching refs:__buf_start

548     char*  __buf_start  = __REINTERPRET_CAST(char*, __block);
549 __add_atomic_t __bytes_left = __block->_M_end - __buf_start;
553 __result = __buf_start;
557 __buf_start += __total_bytes;
561 __result = __buf_start;
563 __buf_start += __total_bytes;
571 _FreeBlockHeader* __newblock = __REINTERPRET_CAST(_FreeBlockHeader*, __buf_start);
580 _S_free_list[_S_FREELIST_INDEX(__rounded_down)].push((_Obj*)__buf_start);