Searched refs:prof_alloc_node_t (Results 1 – 1 of 1) sorted by relevance
130 typedef struct prof_alloc_node_s prof_alloc_node_t; typedef134 prof_alloc_node_t *next;163 static prof_alloc_node_t *log_alloc_first = NULL;164 static prof_alloc_node_t *log_alloc_last = NULL;479 size_t sz = sizeof(prof_alloc_node_t); in prof_try_log()480 prof_alloc_node_t *new_node = (prof_alloc_node_t *) in prof_try_log()2435 prof_alloc_node_t *node = log_alloc_first; in prof_log_alloc_count()2487 prof_alloc_node_t *node = log_alloc_first; in prof_log_rep_check()2636 prof_alloc_node_t *alloc_node = log_alloc_first; in prof_log_emit_allocs()2637 prof_alloc_node_t *alloc_old_node; in prof_log_emit_allocs()