Searched refs:Malloccount (Results 1 – 2 of 2) sorted by relevance
39 static struct stats *Malloccount; variable45 Malloccount = stats_new_counter("alloc.calls", "total calls", 1); in alloc_init()54 mc = Malloccount; in alloc_fini()57 Malloccount = NULL; in alloc_fini()80 if (Malloccount) in alloc_malloc()81 stats_counter_bump(Malloccount); in alloc_malloc()144 if (Malloccount) in alloc_xmalloc()145 stats_counter_bump(Malloccount); in alloc_xmalloc()
48 static struct stats *Malloccount; variable58 Malloccount = stats_new_counter("alloc.calls", "alloc calls", 1); in alloc_init()69 mc = Malloccount; in alloc_fini()74 Malloccount = NULL; in alloc_fini()106 if (Malloccount) in alloc_malloc()107 stats_counter_bump(Malloccount); in alloc_malloc()198 if (Malloccount) in alloc_xmalloc()199 stats_counter_bump(Malloccount); in alloc_xmalloc()