Home
last modified time | relevance | path

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

/mbedtls-development/tests/suites/
A 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
A 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-development/library/
A Dmemory_buffer_alloc.c49 size_t alloc; member
94 hdr->alloc, hdr->size ); in debug_header()
146 if( hdr->alloc > 1 ) in verify_header()
264 if( cur->alloc != 0 ) in buffer_alloc_calloc()
282 cur->alloc = 1; in buffer_alloc_calloc()
321 new->alloc = 0; in buffer_alloc_calloc()
346 cur->alloc = 1; in buffer_alloc_calloc()
398 if( hdr->alloc != 1 ) in buffer_alloc_free()
407 hdr->alloc = 0; in buffer_alloc_free()
422 if( hdr->prev != NULL && hdr->prev->alloc == 0 ) in buffer_alloc_free()
[all …]

Completed in 4 milliseconds