OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Malloc_Redzone_SzB
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/main/memcheck/
mc_malloc_wrappers.c
66
SizeT MC_(
Malloc_Redzone_SzB
) = -10000000; // If used before set, should BOMB
179
MC_(
Malloc_Redzone_SzB
) ))
392
tid, (Addr)p, MC_(
Malloc_Redzone_SzB
), MC_AllocMalloc );
398
tid, (Addr)p, MC_(
Malloc_Redzone_SzB
), MC_AllocNew);
404
tid, (Addr)p, MC_(
Malloc_Redzone_SzB
), MC_AllocNewVec);
459
MC_(make_mem_noaccess)( a_new-MC_(
Malloc_Redzone_SzB
),
460
MC_(
Malloc_Redzone_SzB
) );
462
MC_(make_mem_noaccess) ( a_new+new_szB, MC_(
Malloc_Redzone_SzB
));
477
die_and_free_mem ( tid, mc, MC_(
Malloc_Redzone_SzB
) );
502
MC_(make_mem_noaccess)( a_new-MC_(
Malloc_Redzone_SzB
),
[
all
...]
mc_include.h
50
extern SizeT MC_(
Malloc_Redzone_SzB
);
mc_errors.c
[
all
...]
mc_main.c
[
all
...]
Completed in 32 milliseconds