Home
last modified time | relevance | path

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

/malloc/
A Dmemusagestat.c75 static error_t parse_opt (int key, char *arg, struct argp_state *state);
78 static char *more_help (int key, const char *text, void *input);
520 parse_opt (int key, char *arg, struct argp_state *state) in parse_opt() argument
522 switch (key) in parse_opt()
554 more_help (int key, const char *text, void *input) in more_help() argument
558 switch (key) in more_help()
A Dmalloc.c3130 uintptr_t key; member
3181 e->key = tcache_key; in tcache_put()
3198 e->key = 0; in tcache_get()
4459 if (__glibc_unlikely (e->key == tcache_key)) in _int_free()

Completed in 20 milliseconds