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

  /external/valgrind/main/include/
pub_tool_aspacemgr.h 148 extern void* VG_(am_shadow_alloc)(SizeT size);
  /external/valgrind/main/massif/
ms_main.c 604 hp = (Addr)VG_(am_shadow_alloc)(SUPERBLOCK_SIZE);
    [all...]
  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-linux.c 2524 void* VG_(am_shadow_alloc)(SizeT size) function
    [all...]
  /external/valgrind/main/memcheck/
mc_main.c 308 new_sm = VG_(am_shadow_alloc)(sizeof(SecMap));
    [all...]
  /external/valgrind/main/helgrind/
libhb_core.c 645 shmem__bigchunk_next = VG_(am_shadow_alloc)( sHMEM__BIGCHUNK_SIZE );
    [all...]

Completed in 181 milliseconds