Searched refs:bufdump (Results 1 – 5 of 5) sorted by relevance
49 void bufdump _((void *buf));
671 static void gen_mdbg_check(struct malloc_ctx *ctx, int bufdump) in gen_mdbg_check() argument684 if (bufdump > 0) { in gen_mdbg_check()698 void mdbg_check(int bufdump) in mdbg_check() argument700 gen_mdbg_check(&malloc_ctx, bufdump); in mdbg_check()947 void nex_mdbg_check(int bufdump) in nex_mdbg_check() argument949 gen_mdbg_check(&nex_malloc_ctx, bufdump); in nex_mdbg_check()
1279 void bufdump(buf) in bufdump() function1353 bufdump((void *) (((char *) b) + sizeof(struct bhead)));1372 bufdump((void *) (((char *) b) + sizeof(struct bhead)));1376 bufdump((void *) (((char *) b) + sizeof(struct bhead)));1420 bufdump((void *) (((char *) b) + sizeof(struct bhead)));
274 void bufdump(void *buf);314 bufdump() function which allows
38 void mdbg_check(int bufdump);92 void nex_mdbg_check(int bufdump);