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

  /art/runtime/gc/space/
space_create_test.cc 123 MutableHandle<mirror::Object> ptr3(hs.NewHandle(AllocWithGrowth(space,
140 mirror::Object* ptr5 = space->AllocWithGrowth(self, 8 * MB, &dummy, nullptr, &dummy);
151 Handle<mirror::Object> ptr6(hs.NewHandle(AllocWithGrowth(space,
207 ptr3.Assign(AllocWithGrowth(space,
257 MutableHandle<mirror::Object> ptr3(hs.NewHandle(AllocWithGrowth(space,
274 mirror::Object* ptr5 = AllocWithGrowth(space, self, 8 * MB, &dummy, nullptr, &dummy);
285 Handle<mirror::Object> ptr6(hs.NewHandle(AllocWithGrowth(space,
337 lots_of_objects[i] = AllocWithGrowth(space,
memory_tool_malloc_space.h 34 mirror::Object* AllocWithGrowth(Thread* self, size_t num_bytes, size_t* bytes_allocated,
space_test.h 88 mirror::Object* AllocWithGrowth(space::MallocSpace* alloc_space,
97 mirror::Object* obj = alloc_space->AllocWithGrowth(self, bytes, bytes_allocated, usable_size,
198 object.Assign(AllocWithGrowth(space, self, alloc_size, &bytes_allocated, nullptr,
296 large_object.Assign(AllocWithGrowth(space, self, three_quarters_space, &bytes_allocated,
memory_tool_malloc_space-inl.h 87 kUseObjSizeForUsable>::AllocWithGrowth(
93 void* obj_with_rdz = S::AllocWithGrowth(self, num_bytes + 2 * kMemoryToolRedZoneBytes,
dlmalloc_space.h 50 virtual mirror::Object* AllocWithGrowth(Thread* self, size_t num_bytes, size_t* bytes_allocated,
malloc_space.h 56 virtual mirror::Object* AllocWithGrowth(Thread* self, size_t num_bytes,
rosalloc_space.h 49 mirror::Object* AllocWithGrowth(Thread* self, size_t num_bytes, size_t* bytes_allocated,
dlmalloc_space.cc 129 mirror::Object* DlMallocSpace::AllocWithGrowth(Thread* self, size_t num_bytes,
rosalloc_space.cc 155 mirror::Object* RosAllocSpace::AllocWithGrowth(Thread* self, size_t num_bytes,

Completed in 83 milliseconds