Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/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 3 milliseconds