OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mod_alloc
(Results
1 - 3
of
3
) 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
);
/external/chromium_org/third_party/libjingle/source/talk/session/media/
srtpfilter.cc
55
extern "C" debug_module_t
mod_alloc
;
92
debug_on(
mod_alloc
);
Completed in 746 milliseconds