HomeSort by relevance Sort by last modified time
    Searched full:mod_alloc (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/libsrtp/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/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 63 extern "C" debug_module_t mod_alloc;
100 debug_on(mod_alloc);

Completed in 543 milliseconds