Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dspace_test.h347 #define TEST_SizeFootPrintGrowthLimitAndTrimStatic(name, spaceName, spaceFn, size) \ argument
349 SizeFootPrintGrowthLimitAndTrimDriver(size, spaceFn); \
352 #define TEST_SizeFootPrintGrowthLimitAndTrimRandom(name, spaceName, spaceFn, size) \ argument
354 SizeFootPrintGrowthLimitAndTrimDriver(-(size), spaceFn); \
357 #define TEST_SPACE_CREATE_FN_STATIC(spaceName, spaceFn) \ argument
361 TEST_SizeFootPrintGrowthLimitAndTrimStatic(12B, spaceName, spaceFn, 12) \
362 TEST_SizeFootPrintGrowthLimitAndTrimStatic(16B, spaceName, spaceFn, 16) \
363 TEST_SizeFootPrintGrowthLimitAndTrimStatic(24B, spaceName, spaceFn, 24) \
364 TEST_SizeFootPrintGrowthLimitAndTrimStatic(32B, spaceName, spaceFn, 32) \
365 TEST_SizeFootPrintGrowthLimitAndTrimStatic(64B, spaceName, spaceFn, 64) \
[all …]