Home
last modified time | relevance | path

Searched refs:AllocationSize (Results 1 – 15 of 15) sorted by relevance

/art/runtime/gc/space/
Dspace_create_test.cc141 size_t free3 = space->AllocationSize(ptr3.Get(), nullptr); in TEST_P()
161 size_t free1 = space->AllocationSize(ptr1.Get(), nullptr); in TEST_P()
218 free1 = space->AllocationSize(ptr1.Get(), nullptr); in TEST_P()
275 size_t free3 = space->AllocationSize(ptr3.Get(), nullptr); in TEST_P()
295 size_t free1 = space->AllocationSize(ptr1.Get(), nullptr); in TEST_P()
322 EXPECT_EQ(allocation_size, space->AllocationSize(lots_of_objects[i], &computed_usable_size)); in TEST_P()
342 EXPECT_EQ(allocation_size, space->AllocationSize(lots_of_objects[i], &computed_usable_size)); in TEST_P()
Dmemory_tool_malloc_space-inl.h200 kUseObjSizeForUsable>::AllocationSize( in AllocationSize() function
202 size_t result = S::AllocationSize( in AllocationSize()
230 size_t allocation_size = AllocationSize(ptr, &usable_size); in Free()
Dmemory_tool_malloc_space.h43 size_t AllocationSize(mirror::Object* obj, size_t* usable_size) override;
Dzygote_space.h52 size_t AllocationSize(mirror::Object* obj, size_t* usable_size) override;
Dlarge_object_space.cc71 size_t AllocationSize(mirror::Object* obj, size_t* usable_size) override { in AllocationSize() function in art::gc::space::MemoryToolLargeObjectMapSpace
72 return LargeObjectMapSpace::AllocationSize(ObjectWithRedzone(obj), usable_size); in AllocationSize()
81 MEMORY_TOOL_MAKE_UNDEFINED(object_with_rdz, AllocationSize(obj, nullptr)); in Free()
203 size_t LargeObjectMapSpace::AllocationSize(mirror::Object* obj, size_t* usable_size) { in AllocationSize() function in art::gc::space::LargeObjectMapSpace
481 size_t FreeListSpace::AllocationSize(mirror::Object* obj, size_t* usable_size) { in AllocationSize() function in art::gc::space::FreeListSpace
Dlarge_object_space.h156 size_t AllocationSize(mirror::Object* obj, size_t* usable_size) override REQUIRES(!lock_);
189 size_t AllocationSize(mirror::Object* obj, size_t* usable_size) override
Dzygote_space.cc91 size_t ZygoteSpace::AllocationSize(mirror::Object*, size_t*) { in AllocationSize() function in art::gc::space::ZygoteSpace
Ddlmalloc_space.h71 size_t AllocationSize(mirror::Object* obj, size_t* usable_size) override { in AllocationSize() function
Dmalloc_space.h56 size_t AllocationSize(mirror::Object* obj, size_t* usable_size) override = 0;
Dspace_test.h206 size_t allocation_size = space->AllocationSize(object.Get(), nullptr); in SizeFootPrintGrowthLimitAndTrimBody()
263 size_t allocation_size = space->AllocationSize(object, nullptr); in SizeFootPrintGrowthLimitAndTrimBody()
Dlarge_object_space_test.cc66 ASSERT_EQ(allocation_size, los->AllocationSize(obj, nullptr)); in LargeObjectTest()
Dbump_pointer_space.h66 size_t AllocationSize(mirror::Object* obj, size_t* usable_size) override in AllocationSize() function
Drosalloc_space.h70 size_t AllocationSize(mirror::Object* obj, size_t* usable_size) override { in AllocationSize() function
Dspace.h226 virtual size_t AllocationSize(mirror::Object* obj, size_t* usable_size) = 0;
Dregion_space.h95 size_t AllocationSize(mirror::Object* obj, size_t* usable_size) override in AllocationSize() function