igSetAllocatorFunctions function

void igSetAllocatorFunctions(
  1. int alloc_func,
  2. int free_func,
  3. Pointer<Void> user_data
)
void igSetAllocatorFunctions(
 IntPtr alloc_func ,
 IntPtr free_func ,
 void* user_data
);

Implementation

void igSetAllocatorFunctions(
        int alloc_func, int free_func, Pointer<Void> user_data) =>
    _igSetAllocatorFunctions(alloc_func, free_func, user_data);