OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:freelike_block
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/main/drd/
drd_malloc_wrappers.h
41
Bool DRD_(
freelike_block
)(const ThreadId tid, const Addr p);
drd_malloc_wrappers.c
114
if (DRD_(
freelike_block
)(tid, (Addr)p))
124
Bool DRD_(
freelike_block
)(const ThreadId tid, const Addr p)
function
drd_clientreq.c
84
if (arg[1] && ! DRD_(
freelike_block
)(vg_tid, arg[1]/*addr*/))
/external/valgrind/main/memcheck/tests/
custom_alloc.c
96
// failure. Test for this (and likewise for
FREELIKE_BLOCK
).
Completed in 2319 milliseconds