Lines Matching refs:bytes_allocated
71 size_t* bytes_allocated, in Alloc() argument
79 bytes_allocated, in Alloc()
91 size_t* bytes_allocated, in AllocWithGrowth() argument
97 mirror::Object* obj = alloc_space->AllocWithGrowth(self, bytes, bytes_allocated, usable_size, in AllocWithGrowth()
192 size_t bytes_allocated = 0; in SizeFootPrintGrowthLimitAndTrimBody() local
195 object.Assign(Alloc(space, self, alloc_size, &bytes_allocated, nullptr, in SizeFootPrintGrowthLimitAndTrimBody()
198 object.Assign(AllocWithGrowth(space, self, alloc_size, &bytes_allocated, nullptr, in SizeFootPrintGrowthLimitAndTrimBody()
206 EXPECT_EQ(bytes_allocated, allocation_size); in SizeFootPrintGrowthLimitAndTrimBody()
290 size_t bytes_allocated = 0; in SizeFootPrintGrowthLimitAndTrimBody() local
293 large_object.Assign(Alloc(space, self, three_quarters_space, &bytes_allocated, nullptr, in SizeFootPrintGrowthLimitAndTrimBody()
296 large_object.Assign(AllocWithGrowth(space, self, three_quarters_space, &bytes_allocated, in SizeFootPrintGrowthLimitAndTrimBody()