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

  /external/valgrind/main/memcheck/
mc_main.c 272 SecMap;
281 static SecMap sm_distinguished[3];
283 static INLINE Bool is_distinguished_sm ( SecMap* sm ) {
288 static void update_SM_counts(SecMap* oldSM, SecMap* newSM);
293 static SecMap* copy_for_writing ( SecMap* dist_sm )
295 SecMap* new_sm;
300 new_sm = VG_(am_shadow_alloc)(sizeof(SecMap));
302 VG_(out_of_memory_NORETURN)( "memcheck:allocate new SecMap",
    [all...]
  /external/llvm/utils/yaml2obj/
yaml2obj.cpp 314 yaml::MappingNode *SecMap = dyn_cast<yaml::MappingNode>(&*i);
315 if (!SecMap) {
319 for (yaml::MappingNode::iterator si = SecMap->begin(), se = SecMap->end();
    [all...]
  /external/valgrind/main/helgrind/
libhb_core.c 470 Primary map is a WordFM Addr SecMap*.
478 Each SecMap must hold a power-of-2 number of CacheLines. Hence
484 // # CacheLines held by a SecMap
487 /* The data in the SecMap is held in the array of LineZs. Each LineZ
516 SecMap;
520 static inline Bool is_sane_SecMap ( SecMap* sm ) {
553 static WordFM* map_shmem = NULL; /* WordFM Addr SecMap* */
625 /*--- map_shmem :: WordFM Addr SecMap ---*/
629 /*--------------- SecMap allocation --------------- */
659 static SecMap* shmem__alloc_SecMap ( void
    [all...]

Completed in 1128 milliseconds