Searched defs:osi_free (Results 1 - 1 of 1) sorted by path

/system/bt/osi/src/
H A Dallocator.cc72 void osi_free(void* ptr) { function
78 osi_free(*p_ptr);
82 const allocator_t allocator_calloc = {osi_calloc, osi_free};
84 const allocator_t allocator_malloc = {osi_malloc, osi_free};

Completed in 92 milliseconds