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 278 SecMap;
287 static SecMap sm_distinguished[3];
289 static INLINE Bool is_distinguished_sm ( SecMap* sm ) {
294 static void update_SM_counts(SecMap* oldSM, SecMap* newSM);
299 static SecMap* copy_for_writing ( SecMap* dist_sm )
301 SecMap* new_sm;
306 new_sm = VG_(am_shadow_alloc)(sizeof(SecMap));
308 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 236 milliseconds