Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_strtod.c219 #ifdef MALLOC
221 extern char *MALLOC();
223 extern void *MALLOC(size_t);
226 #define MALLOC malloc macro
600 rv = (Bigint *)MALLOC(sizeof(Bigint) + (x-1)*sizeof(ULong));
613 rv = (Bigint*)MALLOC(len*sizeof(double));
1841 MALLOC(strlen((CONST char*)s0) + 1))) {
/PHP-7.0/ext/pcre/pcrelib/doc/
H A Dpcre.txt1069 POSIX MALLOC USAGE

Completed in 32 milliseconds