Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dnet.c153 # define MALLOC(x) HeapAlloc(GetProcessHeap(), 0, (x)) in PHP_FUNCTION() macro
168 pAddresses = (IP_ADAPTER_ADDRESSES *) MALLOC(outBufLen); in PHP_FUNCTION()
262 #undef MALLOC in PHP_FUNCTION()
/php-src/Zend/
H A Dzend_strtod.c219 #ifdef MALLOC
221 extern char *MALLOC();
223 extern void *MALLOC(size_t);
226 #define MALLOC malloc macro
593 rv = (Bigint *)MALLOC(sizeof(Bigint) + (x-1)*sizeof(ULong));
606 rv = (Bigint*)MALLOC(len*sizeof(double));
1834 MALLOC(strlen((CONST char*)s0) + 1))) {

Completed in 14 milliseconds