igGetAllocatorFunctions function

void igGetAllocatorFunctions(
  1. Pointer<IntPtr> p_alloc_func,
  2. Pointer<IntPtr> p_free_func,
  3. Pointer<Pointer<Void>> p_user_data
)
void igGetAllocatorFunctions(
 IntPtr* p_alloc_func ,
 IntPtr* p_free_func ,
 void** p_user_data
);

Implementation

void igGetAllocatorFunctions(Pointer<IntPtr> p_alloc_func,
        Pointer<IntPtr> p_free_func, Pointer<Pointer<Void>> p_user_data) =>
    _igGetAllocatorFunctions(p_alloc_func, p_free_func, p_user_data);