Home
last modified time | relevance | path

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

/optee_os/lib/libutils/isoc/
H A Dbget_malloc.c503 struct mdbg_hdr { struct
523 static uint32_t *mdbg_get_footer(struct mdbg_hdr *hdr) in mdbg_get_footer() argument
533 static void mdbg_update_hdr(struct mdbg_hdr *hdr, const char *fname, in mdbg_update_hdr()
547 static void assert_header(struct mdbg_hdr *hdr __maybe_unused) in assert_header()
557 struct mdbg_hdr *hdr = NULL; in mem_alloc_unlocked()
564 static_assert((sizeof(struct mdbg_hdr) % BGET_HDR_QUANTUM) == 0); in mem_alloc_unlocked()
573 hdr_size = sizeof(struct mdbg_hdr); in mem_alloc_unlocked()
622 struct mdbg_hdr *hdr = ptr; in free_flags()
639 struct mdbg_hdr *hdr = raw_buf; in get_payload_start_size()
671 struct mdbg_hdr *hdr = (struct mdbg_hdr *)b; in gen_mdbg_check()