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

  /external/valgrind/main/memcheck/
mc_main.c 280 SecMap;
289 static SecMap sm_distinguished[3];
291 static INLINE Bool is_distinguished_sm ( SecMap* sm ) {
296 static void update_SM_counts(SecMap* oldSM, SecMap* newSM);
301 static SecMap* copy_for_writing ( SecMap* dist_sm )
303 SecMap* new_sm;
308 new_sm = VG_(am_shadow_alloc)(sizeof(SecMap));
310 VG_(out_of_memory_NORETURN)( "memcheck:allocate new SecMap",
    [all...]
  /external/valgrind/main/helgrind/
libhb_core.c 469 Primary map is a WordFM Addr SecMap*.
477 Each SecMap must hold a power-of-2 number of CacheLines. Hence
483 // # CacheLines held by a SecMap
486 /* The data in the SecMap is held in the array of LineZs. Each LineZ
515 SecMap;
519 static inline Bool is_sane_SecMap ( SecMap* sm ) {
552 static WordFM* map_shmem = NULL; /* WordFM Addr SecMap* */
624 /*--- map_shmem :: WordFM Addr SecMap ---*/
628 /*--------------- SecMap allocation --------------- */
658 static SecMap* shmem__alloc_SecMap ( void
    [all...]

Completed in 542 milliseconds