Home
last modified time | relevance | path

Searched refs:bufdump (Results 1 – 7 of 7) sorted by relevance

/optee_os/lib/libutils/isoc/include/
A Dmalloc.h31 void mdbg_check(int bufdump);
101 void nex_mdbg_check(int bufdump);
/optee_os/out/arm/export-ta_arm64/include/
A Dmalloc.h31 void mdbg_check(int bufdump);
101 void nex_mdbg_check(int bufdump);
/optee_os/out/arm/export-ta_arm32/include/
A Dmalloc.h31 void mdbg_check(int bufdump);
101 void nex_mdbg_check(int bufdump);
/optee_os/lib/libutils/isoc/
A Dbget_malloc.c635 static void gen_mdbg_check(struct malloc_ctx *ctx, int bufdump) in gen_mdbg_check() argument
648 if (bufdump > 0) { in gen_mdbg_check()
683 void mdbg_check(int bufdump) in mdbg_check() argument
685 gen_mdbg_check(&malloc_ctx, bufdump); in mdbg_check()
1007 void nex_mdbg_check(int bufdump) in nex_mdbg_check() argument
1009 gen_mdbg_check(&nex_malloc_ctx, bufdump); in nex_mdbg_check()
A Dbget.h49 void bufdump _((void *buf));
A Dbget.c1215 void bufdump(buf) in bufdump() function
1289 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)));
A Dbget.doc274 void bufdump(void *buf);
314 bufdump() function which allows

Completed in 10 milliseconds