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

  /external/valgrind/include/
pub_tool_aspacemgr.h 155 extern void* VG_(am_shadow_alloc)(SizeT size);
  /external/valgrind/memcheck/
mc_main.c 315 new_sm = VG_(am_shadow_alloc)(sizeof(SecMap));
    [all...]
  /external/valgrind/coregrind/m_aspacemgr/
aspacemgr-linux.c 2654 void* VG_(am_shadow_alloc)(SizeT size) function
    [all...]
  /external/valgrind/helgrind/
libhb_core.c 683 shmem__bigchunk_next = VG_(am_shadow_alloc)( sHMEM__BIGCHUNK_SIZE );
    [all...]

Completed in 114 milliseconds