OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
2498
void* VG_(
am_shadow_alloc
)(SizeT size)
function
[
all
...]
/external/valgrind/main/memcheck/
mc_main.c
300
new_sm = VG_(
am_shadow_alloc
)(sizeof(SecMap));
[
all
...]
/external/valgrind/main/helgrind/
libhb_core.c
646
shmem__bigchunk_next = VG_(
am_shadow_alloc
)( sHMEM__BIGCHUNK_SIZE );
[
all
...]
Completed in 4324 milliseconds