HomeSort by relevance Sort by last modified time
    Searched refs:clo_free_fill (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/memcheck/
mc_malloc_wrappers.c 331 if (MC_(clo_free_fill) != -1) {
332 tl_assert(MC_(clo_free_fill) >= 0x00 && MC_(clo_free_fill) <= 0xFF);
333 VG_(memset)((void*)mc->data, MC_(clo_free_fill), mc->szB);
448 if (MC_(clo_free_fill) != -1) {
449 tl_assert(MC_(clo_free_fill) >= 0x00 && MC_(clo_free_fill) <= 0xFF);
450 VG_(memset)((void*)p_old, MC_(clo_free_fill), old_szB);
501 if (MC_(clo_free_fill) != -1) {
502 tl_assert(MC_(clo_free_fill) >= 0x00 && MC_(clo_free_fill) <= 0xFF)
    [all...]
mc_include.h 460 extern Int MC_(clo_free_fill);
mc_main.c 4770 Int MC_(clo_free_fill) = -1; variable
    [all...]

Completed in 22 milliseconds