Home
last modified time | relevance | path

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

/external/srtp/crypto/kernel/
Dalloc.c50 debug_module_t mod_alloc = { variable
75 debug_print(mod_alloc, "(location: %p) allocated", ptr); in crypto_alloc()
77 debug_print(mod_alloc, "allocation failed (asked for %d bytes)\n", size); in crypto_alloc()
85 debug_print(mod_alloc, "(location: %p) freed", ptr); in crypto_free()
100 debug_print(mod_alloc, "(location: %p) allocated", ptr); in crypto_alloc()
102 debug_print(mod_alloc, "allocation failed (asked for %d bytes)\n", size); in crypto_alloc()
110 debug_print(mod_alloc, "(location: %p) freed", ptr); in crypto_free()
Dcrypto_kernel.c64 extern debug_module_t mod_alloc;
126 status = crypto_kernel_load_debug_module(&mod_alloc); in crypto_kernel_init()