Searched refs:am_shadow_alloc (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/main/include/
H A Dpub_tool_aspacemgr.h148 extern void* VG_(am_shadow_alloc)(SizeT size);
/external/valgrind/main/massif/
H A Dms_main.c604 hp = (Addr)VG_(am_shadow_alloc)(SUPERBLOCK_SIZE);
/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c2524 void* VG_(am_shadow_alloc)(SizeT size) function
/external/valgrind/main/memcheck/
H A Dmc_main.c308 new_sm = VG_(am_shadow_alloc)(sizeof(SecMap));
2091 ocacheL1 = VG_(am_shadow_alloc)(sizeof(OCache));
/external/valgrind/main/helgrind/
H A Dlibhb_core.c645 shmem__bigchunk_next = VG_(am_shadow_alloc)( sHMEM__BIGCHUNK_SIZE );

Completed in 272 milliseconds