Home
last modified time | relevance | path

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

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