Lines Matching refs:FREEPATTERN
171 #define FREEPATTERN 0xdeadbeef /* debug fill pattern for free buf */ macro
405 copy_pattern(FREEPATTERN, ptr, big->size); in free()
444 copy_pattern(FREEPATTERN, ptr, cacheptr->mt_size - OVERHEAD); in free()
939 copy_pattern(FREEPATTERN, cp->mt_arena, cp->mt_size * nblocks); in create_cache()
956 copy_pattern(FREEPATTERN, wp->addr, wp->size); in reinit_cpu_list()
999 copy_pattern(FREEPATTERN, ret, in reinit_cache()
1155 if (verify_pattern(FREEPATTERN, ret, size)) in malloc_internal()
1225 if (verify_pattern(FREEPATTERN, big->addr, size)) in oversize()
1383 copy_pattern(FREEPATTERN, lp, OVSZ_HEADER_SIZE); in add_oversize()
1390 copy_pattern(FREEPATTERN, nx, OVSZ_HEADER_SIZE); in add_oversize()
1397 copy_pattern(FREEPATTERN, lp, OVSZ_HEADER_SIZE); in add_oversize()
1398 copy_pattern(FREEPATTERN, nx, OVSZ_HEADER_SIZE); in add_oversize()