Searched refs:return_object (Results 1 – 4 of 4) sorted by relevance
354 char* return_object = base + (size * page->num_allocated_slots); in AllocAndFillFreelist() local355 char* first_freelist_pointer = return_object + size; in AllocAndFillFreelist()363 char* slots_limit = return_object + (size * num_slots); in AllocAndFillFreelist()404 return return_object; in AllocAndFillFreelist()
18 define return_object 17
162 return_something = (return | return_wide | return_object) @ {
1039 CommandReturnObject return_object(interpreter.GetDebugger().GetUseColor()); in RunEnableCommand() local1041 return_object); in RunEnableCommand()1042 return return_object.Succeeded(); in RunEnableCommand()