Closed sgolemon closed 7 years ago
Size the malloc using zend's helper. Use ecalloc over emalloc to make sure uninit'd structs are clear. No need to check return value as e*alloc() funcs can't fail.
Size the malloc using zend's helper. Use ecalloc over emalloc to make sure uninit'd structs are clear. No need to check return value as e*alloc() funcs can't fail.