OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:poolB
(Results
1 - 10
of
10
) sorted by null
/external/valgrind/main/memcheck/
mc_malloc_wrappers.c
933
void MC_(move_mempool)(Addr poolA, Addr
poolB
)
938
VG_(message)(Vg_UserMsg, "move_mempool(0x%lx, 0x%lx)\n", poolA,
poolB
);
951
mp->pool =
poolB
;
mc_include.h
99
void MC_(move_mempool) ( Addr poolA, Addr
poolB
);
mc_main.c
[
all
...]