HomeSort by relevance Sort by last modified time
    Searched defs:AllocWithGrowth (Results 1 - 3 of 3) sorted by null

  /art/runtime/gc/space/
valgrind_malloc_space-inl.h 33 mirror::Object* ValgrindMallocSpace<S, A>::AllocWithGrowth(Thread* self, size_t num_bytes,
36 void* obj_with_rdz = S::AllocWithGrowth(self, num_bytes + 2 * kValgrindRedZoneBytes,
dlmalloc_space.cc 128 mirror::Object* DlMallocSpace::AllocWithGrowth(Thread* self, size_t num_bytes,
rosalloc_space.cc 146 mirror::Object* RosAllocSpace::AllocWithGrowth(Thread* self, size_t num_bytes,

Completed in 36 milliseconds