Lines Matching refs:alloc
48 size_t alloc;
92 hdr->alloc, hdr->size);
141 if (hdr->alloc > 1) {
143 mbedtls_fprintf(stderr, "FATAL: alloc has illegal value\n");
253 if (cur->alloc != 0) {
269 cur->alloc = 1;
312 new->alloc = 0;
340 cur->alloc = 1;
396 if (hdr->alloc != 1) {
404 hdr->alloc = 0;
419 if (hdr->prev != NULL && hdr->prev->alloc == 0) {
437 if (hdr->next != NULL && hdr->next->alloc == 0) {
508 "%zu bytes (total %zu bytes), alloc / free: %zu / %zu\n",
661 mbedtls_printf(" MBA test #1 (basic alloc-free cycle): ");