OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:make_mem_noaccess
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/memcheck/
mc_malloc_wrappers.c
358
MC_(
make_mem_noaccess
)( mc->data-rzB, mc->szB + 2*rzB );
459
MC_(
make_mem_noaccess
)( a_new-MC_(Malloc_Redzone_SzB),
462
MC_(
make_mem_noaccess
) ( a_new+new_szB, MC_(Malloc_Redzone_SzB));
502
MC_(
make_mem_noaccess
)( a_new-MC_(Malloc_Redzone_SzB),
507
MC_(
make_mem_noaccess
) ( a_new+new_szB, MC_(Malloc_Redzone_SzB) );
578
MC_(
make_mem_noaccess
)( p + newSizeB, oldSizeB - newSizeB + rzB );
585
MC_(
make_mem_noaccess
)( p + newSizeB, rzB );
661
MC_(
make_mem_noaccess
)(mc->data-mp->rzB, mc->szB + 2*mp->rzB );
777
MC_(
make_mem_noaccess
) ( addr - mp->rzB, mp->rzB);
778
MC_(
make_mem_noaccess
) ( addr + szB, mp->rzB)
[
all
...]
mc_main.c
1583
void MC_(
make_mem_noaccess
) ( Addr a, SizeT len )
function
[
all
...]
mc_include.h
122
void MC_(
make_mem_noaccess
) ( Addr a, SizeT len );
Completed in 355 milliseconds