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.c512 struct mdbg_hdr { struct
532 static uint32_t *mdbg_get_footer(struct mdbg_hdr *hdr) in mdbg_get_footer() argument
542 static void mdbg_update_hdr(struct mdbg_hdr *hdr, const char *fname, in mdbg_update_hdr()
556 static void assert_header(struct mdbg_hdr *hdr __maybe_unused) in assert_header()
566 struct mdbg_hdr *hdr = NULL; in mem_alloc_unlocked()
573 static_assert((sizeof(struct mdbg_hdr) % BGET_HDR_QUANTUM) == 0); in mem_alloc_unlocked()
582 hdr_size = sizeof(struct mdbg_hdr); in mem_alloc_unlocked()
631 struct mdbg_hdr *hdr = ptr; in free_flags()
648 struct mdbg_hdr *hdr = raw_buf; in get_payload_start_size()
680 struct mdbg_hdr *hdr = (struct mdbg_hdr *)b; in gen_mdbg_check()