OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:css_size
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/coregrind/
pub_core_aspacemgr.h
391
Int
css_size
, /*OUT*/Int* css_used);
/external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-linux.c
[
all
...]
/external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c
630
Int
css_size
;
local
643
css_size
= 16;
647
css = VG_(malloc)("sys_wrap.sync_mappings",
css_size
*sizeof(ChangedSeg));
648
ok = VG_(get_changed_segments)(when, where, css,
css_size
, &css_used);
649
css_size
*= 2;
[
all
...]
Completed in 271 milliseconds