Home
last modified time | relevance | path

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

/external/valgrind/callgrind/
Ddump.c343 #define DEBUG_CACHE_SIZE 1777 macro
345 static Addr debug_cache_addr[DEBUG_CACHE_SIZE];
346 static file_node* debug_cache_file[DEBUG_CACHE_SIZE];
347 static int debug_cache_line[DEBUG_CACHE_SIZE];
348 static Bool debug_cache_info[DEBUG_CACHE_SIZE];
354 for(i=0;i<DEBUG_CACHE_SIZE;i++) { in init_debug_cache()
368 int cachepos = addr % DEBUG_CACHE_SIZE; in get_debug_pos()