Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/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_memory.data31 PSA crypto local input alloc
34 PSA crypto local input alloc, NULL buffer
46 PSA crypto local output alloc
49 PSA crypto local output alloc, NULL buffer
Dtest_suite_psa_crypto_se_driver_hal_mocks.data22 SE key importing mock test: alloc failed
43 SE key generating mock test: alloc failed
Dtest_suite_psa_crypto_util.function70 /* We alloc a copy of input buffer with limited length so that sanitizers
/openthread-latest/third_party/mbedtls/repo/library/
Dmemory_buffer_alloc.c36 size_t alloc; member
80 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 …]