Home
last modified time | relevance | path

Searched refs:MALLOC (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/standard/
H A Dnet.c154 # define MALLOC(x) HeapAlloc(GetProcessHeap(), 0, (x)) in PHP_FUNCTION() macro
169 pAddresses = (IP_ADAPTER_ADDRESSES *) MALLOC(outBufLen); in PHP_FUNCTION()
263 #undef MALLOC in PHP_FUNCTION()
/PHP-7.4/Zend/
H A Dzend_strtod.c219 #ifdef MALLOC
221 extern char *MALLOC();
223 extern void *MALLOC(size_t);
226 #define MALLOC malloc macro
603 rv = (Bigint *)MALLOC(sizeof(Bigint) + (x-1)*sizeof(ULong));
616 rv = (Bigint*)MALLOC(len*sizeof(double));
1844 MALLOC(strlen((CONST char*)s0) + 1))) {

Completed in 11 milliseconds