Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libutils/isoc/
A Dbget_malloc.c191 static __maybe_unused bufsize bget_buf_size(void *buf) in bget_buf_size() function
227 assert(bget_buf_size(buf) >= sz + hdr_size); in maybe_tag_buf()
247 sz = bget_buf_size(memtag_strip_tag(buf)); in maybe_untag_buf()
253 asan_tag_heap_free(buf, (uint8_t *)buf + bget_buf_size(buf)); in maybe_untag_buf()
507 bufsize old_sz = bget_buf_size(old_ptr); in raw_realloc()
690 assert(bget_buf_size(hdr) >= hdr->pl_size); in get_payload_start_size()
851 *size = bget_buf_size(ptr); in get_payload_start_size()

Completed in 4 milliseconds