OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:am_extend_map_client
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/coregrind/
pub_core_aspacemgr.h
312
extern const NSegment *VG_(
am_extend_map_client
)( Addr addr, SizeT delta );
/external/valgrind/coregrind/m_syswrap/
syswrap-generic.c
440
const NSegment *new_seg = VG_(
am_extend_map_client
)( old_addr, needL );
493
const NSegment *new_seg = VG_(
am_extend_map_client
)( old_addr, needL );
[
all
...]
/external/valgrind/coregrind/m_aspacemgr/
aspacemgr-linux.c
3071
const NSegment *VG_(
am_extend_map_client
)( Addr addr, SizeT delta )
function
[
all
...]
Completed in 911 milliseconds