Home
last modified time | relevance | path

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

/optee_os/lib/libutils/ext/
H A Dasan_test.c115 ctx->free_func(a); in asan_test_use_after_free()
155 ctx->free_func = asan_test_free; in asan_test_init()
/optee_os/lib/libutils/ext/include/
H A Dasan_test.h23 void (*free_func)(void *ptr); member
/optee_os/lib/libutils/isoc/
H A Dbget.h54 int bget_main_test(void *(*malloc_func)(size_t), void (*free_func)(void *));
H A Dbget.c1633 int bget_main_test(void *(*malloc_func)(size_t), void (*free_func)(void *)) in bget_main_test()
1641 myfree = free_func; in bget_main_test()
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dplatform.c58 void (*free_func)(void *)) in mbedtls_platform_set_calloc_free()
61 mbedtls_free_func = free_func; in mbedtls_platform_set_calloc_free()
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dplatform.h161 void (*free_func)(void *));
/optee_os/core/lib/zlib/
H A Dzlib.h83 typedef void (*free_func) OF((voidpf opaque, voidpf address));
100 free_func zfree; /* used to free the internal state */
H A Dzconf.h150 # define free_func z_free_func macro
H A Dinflate.c111 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0)
219 if (strm->zfree == (free_func)0)