Home
last modified time | relevance | path

Searched refs:am_shadow_alloc (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/main/include/
Dpub_tool_aspacemgr.h149 extern void* VG_(am_shadow_alloc)(SizeT size);
/external/valgrind/main/memcheck/
Dmc_main.c301 new_sm = VG_(am_shadow_alloc)(sizeof(SecMap)); in copy_for_writing()
2360 ocacheL1 = VG_(am_shadow_alloc)(sizeof(OCache)); in init_OCache()
/external/valgrind/main/coregrind/m_aspacemgr/
Daspacemgr-linux.c2521 void* VG_(am_shadow_alloc)(SizeT size) in VG_() argument
/external/valgrind/main/helgrind/
Dlibhb_core.c646 shmem__bigchunk_next = VG_(am_shadow_alloc)( sHMEM__BIGCHUNK_SIZE ); in shmem__bigchunk_alloc()