Lines Matching full:push
497 _S_free_list[_S_FREELIST_INDEX(__n)].push(__STATIC_CAST(_Obj*, __p));
514 // Push all new nodes (minus first one) onto freelist
520 __my_freelist->push(__cur_item);
573 _S_free_mem_blocks.push(__newblock);
580 _S_free_list[_S_FREELIST_INDEX(__rounded_down)].push((_Obj*)__buf_start);
609 _S_free_list[_S_FREELIST_INDEX(__rounded_down)].push(__REINTERPRET_CAST(_Obj*, __REINTERPRET_CAST(char*, __p) + __total_bytes));
617 _S_free_mem_blocks.push(__newblock);
638 _S_chunks.push(__REINTERPRET_CAST(_Obj*, __result));
644 // Push excess memory allocated in this chunk into list of free memory blocks
647 _S_free_mem_blocks.push(__freeblock);