Searched refs:alloc (Results 1 – 3 of 3) 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
22 SE key importing mock test: alloc failed43 SE key generating mock test: alloc failed
48 size_t alloc; member92 hdr->alloc, hdr->size); in debug_header()141 if (hdr->alloc > 1) { in verify_header()253 if (cur->alloc != 0) { in buffer_alloc_calloc()269 cur->alloc = 1; in buffer_alloc_calloc()312 new->alloc = 0; in buffer_alloc_calloc()340 cur->alloc = 1; in buffer_alloc_calloc()396 if (hdr->alloc != 1) { in buffer_alloc_free()404 hdr->alloc = 0; in buffer_alloc_free()419 if (hdr->prev != NULL && hdr->prev->alloc == 0) { in buffer_alloc_free()[all …]