Home
last modified time | relevance | path

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

/external/valgrind/callgrind/
Dcosts.c33 #define COSTCHUNK_SIZE 100000 macro
48 COSTCHUNK_SIZE * sizeof(ULong)); in CLG_()
49 CLG_ASSERT(size < COSTCHUNK_SIZE); in CLG_()
51 cc->size = COSTCHUNK_SIZE; in CLG_()