Searched refs:alloc (Results 1 – 2 of 2) sorted by relevance
36 size_t alloc; member80 hdr->alloc, hdr->size); in debug_header()129 if (hdr->alloc > 1) { in verify_header()241 if (cur->alloc != 0) { in buffer_alloc_calloc()257 cur->alloc = 1; in buffer_alloc_calloc()300 new->alloc = 0; in buffer_alloc_calloc()328 cur->alloc = 1; in buffer_alloc_calloc()384 if (hdr->alloc != 1) { in buffer_alloc_free()392 hdr->alloc = 0; in buffer_alloc_free()407 if (hdr->prev != NULL && hdr->prev->alloc == 0) { in buffer_alloc_free()[all …]
562 size_t alloc = 0; in caam_key_serialized_size() local569 alloc = caam_key_get_alloc_size(&tmp); in caam_key_serialized_size()570 if (!alloc) in caam_key_serialized_size()573 *size = alloc + sizeof(struct caam_key_serialized); in caam_key_serialized_size()