OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:M_NLBLKS
(Results
1 - 3
of
3
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
malloc.h
114
#ifndef
M_NLBLKS
115
# define
M_NLBLKS
2 /* UNUSED in this malloc */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
malloc.h
123
#ifndef
M_NLBLKS
124
# define
M_NLBLKS
2 /* UNUSED in this malloc */
/external/ltp/testcases/kernel/syscalls/mallopt/
mallopt01.c
95
* Test mallopt's M_MXFAST and
M_NLBLKS
cmds.
103
if (mallopt(
M_NLBLKS
, 50) == 0)
104
tst_resm(TFAIL, "mallopt(
M_NLBLKS
, 50) failed");
106
tst_resm(TPASS, "mallopt(
M_NLBLKS
, 50) succeeded");
Completed in 275 milliseconds