Home
last modified time | relevance | path

Searched refs:allocated (Results 26 – 34 of 34) sorted by relevance

12

/php-src/ext/standard/
H A Dstring.c893 size_t allocated = EXPLODE_ALLOC_STEP, found = 0; in php_explode_negative_limit() local
895 const char **positions = emalloc(allocated * sizeof(char *)); in php_explode_negative_limit()
899 if (found >= allocated) { in php_explode_negative_limit()
900 allocated = found + EXPLODE_ALLOC_STEP;/* make sure we have enough memory */ in php_explode_negative_limit()
901 positions = erealloc(ZEND_VOIDP(positions), allocated*sizeof(char *)); in php_explode_negative_limit()
H A Durl_scanner_ex.re141 /* Note: the hash table is persistently allocated, so the strings must be too! */
/php-src/ext/ftp/tests/
H A Dserver.inc451 fputs($s, "200 " . $matches[1] . " bytes allocated\r\n");
/php-src/sapi/fpm/
H A Dwww.conf.in320 ; %M: peak of memory allocated by PHP
/php-src/
H A DUPGRADING39 node could not be allocated. They consistently throw an INVALID_STATE_ERR
H A Dphp.ini-development1223 ; Size of a pre-allocated buffer used when sending commands to MySQL in bytes.
1226 ; Size of a pre-allocated buffer used for reading data sent by the server in
H A Dphp.ini-production1225 ; Size of a pre-allocated buffer used when sending commands to MySQL in bytes.
1228 ; Size of a pre-allocated buffer used for reading data sent by the server in
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます2525 >>88 belong & 2 \b, allocated
13410 >>>0x1EC ulelong <0xffffffff \b, last allocated cluster %u
H A Dmagic2525 >>88 belong & 2 \b, allocated
13410 >>>0x1EC ulelong <0xffffffff \b, last allocated cluster %u

Completed in 194 milliseconds

12