Searched refs:liq_attr_create_with_allocator (Results 1 – 3 of 3) sorted by relevance
57 LIQ_EXPORT liq_attr* liq_attr_create_with_allocator(void* (*malloc)(size_t), void (*free)(void*));
341 …e freed at its discretion with `free` function specified in `liq_attr_create_with_allocator()` (by…423 liq_attr* liq_attr_create_with_allocator(void* (*malloc)(size_t), void (*free)(void*));
442 return liq_attr_create_with_allocator (NULL, NULL); in liq_attr_create()499 liq_attr_create_with_allocator (void *(*custom_malloc) (size_t), in liq_attr_create_with_allocator() function