Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/mallopt/
H A Dmallopt01.c21 #define MAX_FAST_SIZE (80 * sizeof(size_t) / 4) macro
45 if (mallopt(M_MXFAST, MAX_FAST_SIZE) == 0) in test_mallopt()
46 tst_res(TFAIL, "mallopt(M_MXFAST, %d) failed", (int)MAX_FAST_SIZE); in test_mallopt()
48 tst_res(TPASS, "mallopt(M_MXFAST, %d) succeeded", (int)MAX_FAST_SIZE); in test_mallopt()

Completed in 1 milliseconds