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
) ))
519
tid, (Addr)p, MC_(
Malloc_Redzone_SzB
), MC_AllocMalloc );
525
tid, (Addr)p, MC_(
Malloc_Redzone_SzB
), MC_AllocNew);
531
tid, (Addr)p, MC_(
Malloc_Redzone_SzB
), MC_AllocNewVec);
587
MC_(make_mem_noaccess)( a_new-MC_(
Malloc_Redzone_SzB
),
588
MC_(
Malloc_Redzone_SzB
) );
624
MC_(make_mem_noaccess) ( a_new+new_szB, MC_(
Malloc_Redzone_SzB
));
636
die_and_free_mem ( tid, old_mc, 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 56 milliseconds