Searched defs:start_ptr (Results 1 – 2 of 2) sorted by relevance
171 void* const start_ptr = (void*)(intptr_t(heap->base()) + offset); in Allocation() local203 void* const start_ptr = (void*)(intptr_t(getHeap()->base()) + start); in ~Allocation() local
219 uint8_t* start_ptr() const { in start_ptr() function