Searched refs:allocator_t (Results 1 – 9 of 9) sorted by relevance
31 } allocator_t; typedef34 extern const allocator_t allocator_malloc;35 extern const allocator_t allocator_calloc;
32 static const allocator_t interface = {buffer_alloc, osi_free};34 const allocator_t* buffer_allocator_get_interface() { return &interface; } in buffer_allocator_get_interface()
81 static const allocator_t* buffer_allocator;
77 const allocator_t allocator_calloc = {osi_calloc, osi_free};79 const allocator_t allocator_malloc = {osi_malloc, osi_free};
19 const allocator_t* allocator;28 const allocator_t* zeroed_allocator) { in list_new_internal()
206 const allocator_t* zeroed_allocator)>208 const allocator_t* /* zeroed_allocator */) {212 const allocator_t* zeroed_allocator) { in operator()
118 const allocator_t* zeroed_allocator) { in list_new_internal()
23 const allocator_t* buffer_allocator_get_interface();
479 const allocator_t* zeroed_allocator) { in list_new_internal()