Searched defs:Malloc_Redzone_SzB (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/memcheck/
H A Dmc_malloc_wrappers.c66 SizeT MC_(Malloc_Redzone_SzB) = -10000000; // If used before set, should BOMB variable
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) );

Completed in 141 milliseconds