Home
last modified time | relevance | path

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

/malloc/
A Dmalloc-debug.c441 mallopt (int param_number, int value) in mallopt() argument
444 return __libc_mallopt (param_number, value); in mallopt()
450 return LIBC_SYMBOL (mallopt) (param_number, value); in mallopt()
A Dmalloc.c5450 __libc_mallopt (int param_number, int value) in __libc_mallopt() argument
5459 LIBC_PROBE (memory_mallopt, 2, param_number, value); in __libc_mallopt()
5471 switch (param_number) in __libc_mallopt()

Completed in 17 milliseconds