Searched refs:bufdump (Results 1 – 7 of 7) sorted by relevance
31 void mdbg_check(int bufdump);101 void nex_mdbg_check(int bufdump);
635 static void gen_mdbg_check(struct malloc_ctx *ctx, int bufdump) in gen_mdbg_check() argument648 if (bufdump > 0) { in gen_mdbg_check()683 void mdbg_check(int bufdump) in mdbg_check() argument685 gen_mdbg_check(&malloc_ctx, bufdump); in mdbg_check()1007 void nex_mdbg_check(int bufdump) in nex_mdbg_check() argument1009 gen_mdbg_check(&nex_malloc_ctx, bufdump); in nex_mdbg_check()
49 void bufdump _((void *buf));
1215 void bufdump(buf) in bufdump() function1289 bufdump((void *) (((char *) b) + sizeof(struct bhead)));1308 bufdump((void *) (((char *) b) + sizeof(struct bhead)));1312 bufdump((void *) (((char *) b) + sizeof(struct bhead)));1356 bufdump((void *) (((char *) b) + sizeof(struct bhead)));
274 void bufdump(void *buf);314 bufdump() function which allows
Completed in 10 milliseconds