OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mod_alloc
(Results
1 - 2
of
2
) sorted by null
/external/srtp/crypto/kernel/
alloc.c
50
debug_module_t
mod_alloc
= {
variable
75
debug_print(
mod_alloc
, "(location: %p) allocated", ptr);
77
debug_print(
mod_alloc
, "allocation failed (asked for %d bytes)\n", size);
85
debug_print(
mod_alloc
, "(location: %p) freed", ptr);
100
debug_print(
mod_alloc
, "(location: %p) allocated", ptr);
102
debug_print(
mod_alloc
, "allocation failed (asked for %d bytes)\n", size);
110
debug_print(
mod_alloc
, "(location: %p) freed", ptr);
crypto_kernel.c
64
extern debug_module_t
mod_alloc
;
126
status = crypto_kernel_load_debug_module(&
mod_alloc
);
Completed in 106 milliseconds