Home
last modified time | relevance | path

Searched refs:bbccs (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/callgrind/
Dbbcc.c43 void CLG_(init_bbcc_hash)(bbcc_hash* bbccs) in CLG_()
47 CLG_ASSERT(bbccs != 0); in CLG_()
49 bbccs->size = N_BBCC_INITIAL_ENTRIES; in CLG_()
50 bbccs->entries = 0; in CLG_()
51 bbccs->table = (BBCC**) CLG_MALLOC("cl.bbcc.ibh.1", in CLG_()
52 bbccs->size * sizeof(BBCC*)); in CLG_()
54 for (i = 0; i < bbccs->size; i++) bbccs->table[i] = NULL; in CLG_()
246 BBCC** bbccs; in new_recursion() local
249 bbccs = (BBCC**) CLG_MALLOC("cl.bbcc.nr.1", sizeof(BBCC*) * size); in new_recursion()
251 bbccs[i] = 0; in new_recursion()
[all …]
Dthreads.c123 CLG_(init_bbcc_hash)( &(t->bbccs) ); in new_thread()
151 CLG_(copy_current_bbcc_hash)( &(t->bbccs) ); in CLG_()
175 CLG_(set_current_bbcc_hash) ( &(t->bbccs) ); in CLG_()
Dglobal.h584 bbcc_hash bbccs; member
721 void CLG_(init_bbcc_hash)(bbcc_hash* bbccs);