Searched refs:num_allocated (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/
H A Dm_cache.c52 static UInt num_allocated = 0; local
54 if (ci->num_caches == num_allocated) {
55 num_allocated += 6;
57 num_allocated * sizeof *ci->caches);

Completed in 920 milliseconds