OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newDedupPA
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/include/
pub_tool_deduppoolalloc.h
94
extern DedupPoolAlloc* VG_(
newDedupPA
) ( SizeT poolSzB,
/external/valgrind/coregrind/
m_deduppoolalloc.c
85
DedupPoolAlloc* VG_(
newDedupPA
) ( SizeT poolSzB,
m_xtree.c
444
fnname_ddpa = VG_(
newDedupPA
)(16000, 1, xt->alloc_fn,
446
filename_ddpa = VG_(
newDedupPA
)(16000, 1, xt->alloc_fn,
[
all
...]
/external/valgrind/coregrind/m_debuginfo/
storage.c
243
di->strpool = VG_(
newDedupPA
)(SEGINFO_STRPOOLSIZE,
259
di->fndnpool = VG_(
newDedupPA
)(500,
824
di->cfsi_m_pool = VG_(
newDedupPA
)(1000 * sizeof(DiCfSI_m),
[
all
...]
Completed in 475 milliseconds