[][src]Function grpcio_sys::gpr_malloc

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

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.