Searched refs:prof_alloc_node_t (Results 1 – 1 of 1) sorted by relevance
70 typedef struct prof_alloc_node_s prof_alloc_node_t; typedef74 prof_alloc_node_t *next;103 static prof_alloc_node_t *log_alloc_first = NULL;104 static prof_alloc_node_t *log_alloc_last = NULL;241 size_t sz = sizeof(prof_alloc_node_t); in prof_try_log()242 prof_alloc_node_t *new_node = (prof_alloc_node_t *) in prof_try_log()327 prof_alloc_node_t *node = log_alloc_first; in prof_log_alloc_count()385 prof_alloc_node_t *node = log_alloc_first; in prof_log_rep_check()548 prof_alloc_node_t *alloc_node = log_alloc_first; in prof_log_emit_allocs()549 prof_alloc_node_t *alloc_old_node; in prof_log_emit_allocs()