Home
last modified time | relevance | path

Searched refs:SIZE_ALIGN (Results 1 - 1 of 1) sorted by relevance

/test/xts/hats/kernel/freelist/malloc_pressure/
H A DMalloc_pressure.cpp22 #define SIZE_ALIGN (4 * sizeof(size_t)) macro
23 #define THRESHOLD (0x1c00 * SIZE_ALIGN)
63 for (size_t size = 0; size < THRESHOLD; size += SIZE_ALIGN + 1) { in HWTEST_F()

Completed in 1 milliseconds