Searched refs:custom_free (Results 1 – 2 of 2) sorted by relevance
63 static void custom_free(void *ptr) in custom_free() function82 custom_free, in test()
500 void (*custom_free) (void *)) in liq_attr_create_with_allocator()508 if (!custom_malloc && !custom_free) { in liq_attr_create_with_allocator()510 custom_free = liq_aligned_free; in liq_attr_create_with_allocator()511 } else if (!custom_malloc != !custom_free) { in liq_attr_create_with_allocator()519 ….magic_header = liq_attr_magic,.malloc = custom_malloc,.free = custom_free,.max_colors = 256,.min_… in liq_attr_create_with_allocator()