OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:old_szB
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/memcheck/
mc_include.h
312
SizeT
old_szB
; // old_* values are the values found during the
mc_malloc_wrappers.c
411
SizeT
old_szB
;
436
old_szB
= mc->szB;
446
if (new_szB <=
old_szB
) {
470
VG_(memset)((void*)p_old, MC_(clo_free_fill),
old_szB
);
488
tl_assert(
old_szB
< new_szB);
513
VG_(memset)((void*)(a_new+
old_szB
), MC_(clo_malloc_fill),
514
new_szB-
old_szB
);
523
VG_(memset)((void*)p_old, MC_(clo_free_fill),
old_szB
);
Completed in 225 milliseconds