Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dspace_test.h349 size_t size_of_zero_length_byte_array = SizeOfZeroLengthByteArray(); in AllocAndFreeListTestBody() local
350 lots_of_objects[i] = Alloc(space, self, size_of_zero_length_byte_array, &allocation_size, in AllocAndFreeListTestBody()
417 size_t size_of_zero_length_byte_array = SizeOfZeroLengthByteArray(); in SizeFootPrintGrowthLimitAndTrimBody() local
418 if (alloc_size < size_of_zero_length_byte_array) { in SizeFootPrintGrowthLimitAndTrimBody()
419 alloc_size = size_of_zero_length_byte_array; in SizeFootPrintGrowthLimitAndTrimBody()