Searched refs:bufdump (Results 1 – 5 of 5) sorted by relevance
49 void bufdump _((void *buf));
695 static void gen_mdbg_check(struct malloc_ctx *ctx, int bufdump) in gen_mdbg_check() argument708 if (bufdump > 0) { in gen_mdbg_check()754 void mdbg_check(int bufdump) in mdbg_check() argument756 gen_mdbg_check(&malloc_ctx, bufdump); in mdbg_check()1096 void nex_mdbg_check(int bufdump) in nex_mdbg_check() argument1098 gen_mdbg_check(&nex_malloc_ctx, bufdump); in nex_mdbg_check()
1218 void bufdump(buf) in bufdump() function1292 bufdump((void *) (((char *) b) + sizeof(struct bhead)));1311 bufdump((void *) (((char *) b) + sizeof(struct bhead)));1315 bufdump((void *) (((char *) b) + sizeof(struct bhead)));1359 bufdump((void *) (((char *) b) + sizeof(struct bhead)));
274 void bufdump(void *buf);314 bufdump() function which allows
40 void mdbg_check(int bufdump);115 void nex_mdbg_check(int bufdump);
Completed in 9 milliseconds