cJSON_malloc function
malloc/free objects using the malloc/free functions that have been set with cJSON_InitHooks
Implementation
@ffi.Native<ffi.Pointer<ffi.Void> Function(ffi.Size)>()
external ffi.Pointer<ffi.Void> cJSON_malloc(int size);
malloc/free objects using the malloc/free functions that have been set with cJSON_InitHooks
@ffi.Native<ffi.Pointer<ffi.Void> Function(ffi.Size)>()
external ffi.Pointer<ffi.Void> cJSON_malloc(int size);