Home
last modified time | relevance | path

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

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