pub unsafe extern "C" fn gpr_malloc(size: usize) -> *mut c_void
Expand description

malloc. If size==0, always returns NULL. Otherwise this function never returns NULL. The pointer returned is suitably aligned for any kind of variable it could contain.