Searched defs:n (Results 1 – 8 of 8) sorted by relevance
/malloc/ |
A D | tst-mtrace.c | 55 ssize_t n = getline (&line, &linelen, fp); in do_test() local
|
A D | tst-calloc.c | 70 int n = 1 + random () % 10; in random_test() local
|
A D | tst-compathooks-off.c | 68 calloc_called (size_t n, size_t size, const void *address) in calloc_called()
|
A D | arena.c | 940 int n = __get_nprocs_sched (); in arena_get2() local 951 size_t n = narenas; in arena_get2() local
|
A D | tst-interpose-aux.c | 260 realloc (void *ptr, size_t n) in realloc()
|
A D | memusage.c | 492 calloc (size_t n, size_t len) in calloc()
|
A D | malloc.c | 1941 #define NARENAS_FROM_NCORES(n) ((n) * (sizeof (long) == 4 ? 2 : 8)) argument 2003 alloc_perturb (char *p, size_t n) in alloc_perturb() 2010 free_perturb (char *p, size_t n) in free_perturb() 3623 __libc_calloc (size_t n, size_t elem_size) in __libc_calloc() 5711 int n = 0; in weak_alias() local
|
A D | obstack.h | 256 #define obstack_blank_fast(h, n) ((h)->next_free += (n)) argument
|
Completed in 23 milliseconds