OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:need_discard
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/main/coregrind/
pub_core_aspacemgr.h
266
If *
need_discard
is True after a successful return, the caller
269
extern SysRes VG_(am_munmap_client)( /*OUT*/Bool*
need_discard
,
324
*
need_discard
is True after a successful return, the caller should
326
extern Bool VG_(am_extend_map_client)( /*OUT*/Bool*
need_discard
,
334
mapping. If *
need_discard
is True after a successful return, the
337
extern Bool VG_(am_relocate_nooverlap_client)( /*OUT*/Bool*
need_discard
,
m_mallocfree.c
874
Bool
need_discard
= False;
local
875
sres = VG_(am_munmap_client)(&
need_discard
, (Addr) sb, cszB);
[
all
...]
/external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-linux.c
2679
Bool
need_discard
;
local
[
all
...]
/external/valgrind/main/coregrind/m_ume/
macho.c
410
Bool
need_discard
= False;
local
411
res = VG_(am_munmap_client)(&
need_discard
, (Addr)*out_stack_start, HACK);
413
vg_assert(!
need_discard
); // True == wtf?
Completed in 1521 milliseconds