Home
last modified time | relevance | path

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

/mbedtls-3.5.0/tests/suites/
Dtest_suite_memory_buffer_alloc.data1 Memory buffer alloc self test
4 Memory buffer alloc - free in middle, alloc at end
7 Memory buffer alloc - free in middle, realloc
10 Memory buffer alloc - free in middle, merge, realloc
13 Memory buffer alloc - free at end, merge, realloc
16 Memory buffer alloc - Out of Memory test
Dtest_suite_psa_crypto_se_driver_hal_mocks.data22 SE key importing mock test: alloc failed
43 SE key generating mock test: alloc failed
/mbedtls-3.5.0/library/
Dmemory_buffer_alloc.c48 size_t alloc; member
92 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 …]