HomeSort by relevance Sort by last modified time
    Searched refs:allocator_calloc (Results 1 - 3 of 3) sorted by null

  /system/bt/osi/include/
allocator.h 35 extern const allocator_t allocator_calloc;
  /system/bt/osi/src/
allocator.cc 82 const allocator_t allocator_calloc = {osi_calloc, osi_free}; variable
list.cc 36 return list_new_internal(callback, &allocator_calloc);

Completed in 349 milliseconds