Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dspace_test.h348 #define TEST_SizeFootPrintGrowthLimitAndTrimStatic(name, spaceName, spaceFn, size) \ argument
350 SizeFootPrintGrowthLimitAndTrimDriver(size, spaceFn); \
353 #define TEST_SizeFootPrintGrowthLimitAndTrimRandom(name, spaceName, spaceFn, size) \ argument
355 SizeFootPrintGrowthLimitAndTrimDriver(-(size), spaceFn); \
358 #define TEST_SPACE_CREATE_FN_STATIC(spaceName, spaceFn) \ argument
362 TEST_SizeFootPrintGrowthLimitAndTrimStatic(12B, spaceName, spaceFn, 12) \
363 TEST_SizeFootPrintGrowthLimitAndTrimStatic(16B, spaceName, spaceFn, 16) \
364 TEST_SizeFootPrintGrowthLimitAndTrimStatic(24B, spaceName, spaceFn, 24) \
365 TEST_SizeFootPrintGrowthLimitAndTrimStatic(32B, spaceName, spaceFn, 32) \
366 TEST_SizeFootPrintGrowthLimitAndTrimStatic(64B, spaceName, spaceFn, 64) \
[all …]