OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:am_shadow_alloc
(Results
1 - 7
of
7
) sorted by null
/external/valgrind/main/include/
pub_tool_aspacemgr.h
148
extern void* VG_(
am_shadow_alloc
)(SizeT size);
/external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-aix5.c
2067
void* VG_(
am_shadow_alloc
)(SizeT size)
function
[
all
...]
aspacemgr-linux.c
2483
void* VG_(
am_shadow_alloc
)(SizeT size)
function
[
all
...]
/external/valgrind/main/massif/
ms_main.c
608
hp = (Addr)VG_(
am_shadow_alloc
)(SUPERBLOCK_SIZE);
[
all
...]
/external/valgrind/main/memcheck/
mc_main.c
298
new_sm = VG_(
am_shadow_alloc
)(sizeof(SecMap));
[
all
...]
/external/valgrind/main/helgrind/
libhb_core.c
385
shmem__bigchunk_next = VG_(
am_shadow_alloc
)( sHMEM__BIGCHUNK_SIZE );
[
all
...]
/external/valgrind/main/exp-ptrcheck/
h_main.c
725
map = VG_(
am_shadow_alloc
)( sizeof(SecMap) );
[
all
...]
Completed in 153 milliseconds