HomeSort by relevance Sort by last modified time
    Searched defs:mod_alloc (Results 1 - 2 of 2) 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);
  /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);

Completed in 69 milliseconds