Searched refs:AllocWithGrowth (Results 1 – 9 of 9) sorted by relevance
/art/runtime/gc/space/ |
D | space_create_test.cc | 123 MutableHandle<mirror::Object> ptr3(hs.NewHandle(AllocWithGrowth(space, in TEST_P() 140 mirror::Object* ptr5 = space->AllocWithGrowth(self, 8 * MB, &dummy, nullptr, &dummy); in TEST_P() 151 Handle<mirror::Object> ptr6(hs.NewHandle(AllocWithGrowth(space, in TEST_P() 207 ptr3.Assign(AllocWithGrowth(space, in TEST_P() 257 MutableHandle<mirror::Object> ptr3(hs.NewHandle(AllocWithGrowth(space, in TEST_P() 274 mirror::Object* ptr5 = AllocWithGrowth(space, self, 8 * MB, &dummy, nullptr, &dummy); in TEST_P() 285 Handle<mirror::Object> ptr6(hs.NewHandle(AllocWithGrowth(space, in TEST_P() 337 lots_of_objects[i] = AllocWithGrowth(space, in TEST_P()
|
D | memory_tool_malloc_space.h | 34 mirror::Object* AllocWithGrowth(Thread* self, size_t num_bytes, size_t* bytes_allocated,
|
D | space_test.h | 88 mirror::Object* AllocWithGrowth(space::MallocSpace* alloc_space, in AllocWithGrowth() function 97 mirror::Object* obj = alloc_space->AllocWithGrowth(self, bytes, bytes_allocated, usable_size, in AllocWithGrowth() 198 object.Assign(AllocWithGrowth(space, self, alloc_size, &bytes_allocated, nullptr, in SizeFootPrintGrowthLimitAndTrimBody() 296 large_object.Assign(AllocWithGrowth(space, self, three_quarters_space, &bytes_allocated, in SizeFootPrintGrowthLimitAndTrimBody()
|
D | memory_tool_malloc_space-inl.h | 89 kUseObjSizeForUsable>::AllocWithGrowth( in AllocWithGrowth() function 95 void* obj_with_rdz = S::AllocWithGrowth(self, num_bytes + 2 * kMemoryToolRedZoneBytes, in AllocWithGrowth()
|
D | dlmalloc_space.h | 50 virtual mirror::Object* AllocWithGrowth(Thread* self, size_t num_bytes, size_t* bytes_allocated,
|
D | malloc_space.h | 46 virtual mirror::Object* AllocWithGrowth(Thread* self, size_t num_bytes,
|
D | rosalloc_space.h | 49 mirror::Object* AllocWithGrowth(Thread* self, size_t num_bytes, size_t* bytes_allocated,
|
D | dlmalloc_space.cc | 130 mirror::Object* DlMallocSpace::AllocWithGrowth(Thread* self, size_t num_bytes, in AllocWithGrowth() function in art::gc::space::DlMallocSpace
|
D | rosalloc_space.cc | 156 mirror::Object* RosAllocSpace::AllocWithGrowth(Thread* self, size_t num_bytes, in AllocWithGrowth() function in art::gc::space::RosAllocSpace
|