HomeSort by relevance Sort by last modified time
    Searched refs:SecMap (Results 1 - 2 of 2) sorted by null

  /external/valgrind/memcheck/
mc_main.c 273 SecMap;
282 static SecMap sm_distinguished[3];
284 static INLINE Bool is_distinguished_sm ( SecMap* sm ) {
289 static void update_SM_counts(SecMap* oldSM, SecMap* newSM);
294 static SecMap* copy_for_writing ( SecMap* dist_sm )
296 SecMap* new_sm;
301 new_sm = VG_(am_shadow_alloc)(sizeof(SecMap));
303 VG_(out_of_memory_NORETURN)( "memcheck:allocate new SecMap",
    [all...]
  /external/valgrind/helgrind/
libhb_core.c 480 * In the first lineZ of a free SecMap, it points to the next free SecMap.
503 Primary map is a WordFM Addr SecMap*.
511 Each SecMap must hold a power-of-2 number of CacheLines. Hence
517 // # CacheLines held by a SecMap
520 /* The data in the SecMap is held in the array of LineZs. Each LineZ
547 SecMap;
551 // (UInt) `echo "Free SecMap" | md5sum`
555 static inline Bool is_sane_SecMap ( SecMap* sm ) {
588 static WordFM* map_shmem = NULL; /* WordFM Addr SecMap* */
    [all...]

Completed in 57 milliseconds