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.c230 #ifdef MALLOC
232 extern char *MALLOC();
234 extern void *MALLOC(size_t);
237 #define MALLOC malloc macro
587 rv = (Bigint *)MALLOC(sizeof(Bigint) + (x-1)*sizeof(ULong));
600 rv = (Bigint*)MALLOC(len*sizeof(double));
1826 MALLOC(strlen((CONST char*)s0) + 1))) {

Completed in 14 milliseconds