HomeSort by relevance Sort by last modified time
    Searched refs:M_MXFAST (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/kernel/syscalls/mallopt/
mallopt01.c 97 * Test mallopt's M_MXFAST and M_NLBLKS cmds.
100 if (mallopt(M_MXFAST, MAX_FAST_SIZE) == 0)
101 tst_resm(TFAIL, "mallopt(M_MXFAST, %d) failed", (int)MAX_FAST_SIZE);
103 tst_resm(TPASS, "mallopt(M_MXFAST, %d) succeeded", (int)MAX_FAST_SIZE);
117 if (mallopt(M_MXFAST, 0) == 0)
118 tst_resm(TFAIL, "mallopt(M_MXFAST, 0) failed");
120 tst_resm(TPASS, "mallopt(M_MXFAST, 0) succeeded");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
malloc.h 120 #ifndef M_MXFAST
121 # define M_MXFAST 1 /* maximum request size for "fastbins" */

Completed in 3107 milliseconds