Home
last modified time | relevance | path

Searched defs:n (Results 1 – 8 of 8) sorted by relevance

/malloc/
A Dtst-mtrace.c55 ssize_t n = getline (&line, &linelen, fp); in do_test() local
A Dtst-calloc.c70 int n = 1 + random () % 10; in random_test() local
A Dtst-compathooks-off.c68 calloc_called (size_t n, size_t size, const void *address) in calloc_called()
A Darena.c940 int n = __get_nprocs_sched (); in arena_get2() local
951 size_t n = narenas; in arena_get2() local
A Dtst-interpose-aux.c260 realloc (void *ptr, size_t n) in realloc()
A Dmemusage.c492 calloc (size_t n, size_t len) in calloc()
A Dmalloc.c1941 #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 Dobstack.h256 #define obstack_blank_fast(h, n) ((h)->next_free += (n)) argument

Completed in 23 milliseconds