Searched refs:alloc (Results 1 – 5 of 5) sorted by relevance
1 Memory buffer alloc self test4 Memory buffer alloc - free in middle, alloc at end7 Memory buffer alloc - free in middle, realloc10 Memory buffer alloc - free in middle, merge, realloc13 Memory buffer alloc - free at end, merge, realloc16 Memory buffer alloc - Out of Memory test
31 PSA crypto local input alloc34 PSA crypto local input alloc, NULL buffer46 PSA crypto local output alloc49 PSA crypto local output alloc, NULL buffer
22 SE key importing mock test: alloc failed43 SE key generating mock test: alloc failed
70 /* We alloc a copy of input buffer with limited length so that sanitizers
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 …]