Home
last modified time | relevance | path

Searched refs:allocated (Results 1 – 19 of 19) sorted by relevance

/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_arrays.h13 size_t allocated; member
18 void *allocated = 0; in fpm_array_init() local
27 allocated = a; in fpm_array_init()
35 free(allocated); in fpm_array_init()
39 a->allocated = initial_num; in fpm_array_init()
85 if (a->used == a->allocated) { in fpm_array_push()
86 size_t new_allocated = a->allocated ? a->allocated * 2 : 20; in fpm_array_push()
94 a->allocated = new_allocated; in fpm_array_push()
110 a->used = a->allocated = 0; in fpm_array_free()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_sigsafe.c11 if (EXPECTED(size <= PHPDBG_SIGSAFE_MEM_SIZE && !PHPDBG_G(sigsafe_mem).allocated)) { in ZEND_EXTERN_MODULE_GLOBALS()
12 PHPDBG_G(sigsafe_mem).allocated = 1; in ZEND_EXTERN_MODULE_GLOBALS()
40 mem->allocated = 0; in phpdbg_set_sigsafe_mem()
H A Dphpdbg_sigsafe.h10 zend_bool allocated; member
/PHP-7.4/ext/pcre/tests/
H A Dbug81243.phpt2 Bug #81243 (Too much memory is allocated for preg_replace())
/PHP-7.4/ext/ftp/tests/
H A Dftp_alloc_basic2.phpt23 string(20) "1024 bytes allocated"
H A Dserver.inc487 fputs($s, "200 " . $matches[1] . " bytes allocated\r\n");
/PHP-7.4/Zend/tests/
H A Dis_callable_trampoline_uaf.phpt22 // Extra X::foo() wrapper to force use of allocated trampoline.
H A Dbug70258.phpt2 Bug #70258 (Segfault if do_resize fails to allocated memory)
/PHP-7.4/docs/
H A Dstreams.md116 If you want to read the contents of a stream into an allocated memory buffer,
124 This function will set buf to the address of the buffer that it allocated, which
127 is allocated using `pemalloc()`. You need to call `pefree()` to release the
301 * `persistent` controls how the memory is to be allocated - persistently so that
401 and free the resources you allocated for the abstract field. In the case of the
403 connection and then use pefree to dispose of the struct you allocated. You may
404 read the stream->persistent field to determine if your struct was allocated in
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_convert.c1117 PCRE2_UCHAR *allocated; in pcre2_pattern_convert() local
1146 allocated = PRIV(memctl_malloc)(sizeof(pcre2_memctl) + in pcre2_pattern_convert()
1148 if (allocated == NULL) return PCRE2_ERROR_NOMEMORY; in pcre2_pattern_convert()
1149 *buffptr = (PCRE2_UCHAR *)(((char *)allocated) + sizeof(pcre2_memctl)); in pcre2_pattern_convert()
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug75402.phpt69 // With the following option memory is de-allocated
/PHP-7.4/ext/standard/
H A Dstring.c1110 size_t allocated = EXPLODE_ALLOC_STEP, found = 0; in php_explode_negative_limit() local
1112 const char **positions = emalloc(allocated * sizeof(char *)); in php_explode_negative_limit()
1116 if (found >= allocated) { in php_explode_negative_limit()
1117 allocated = found + EXPLODE_ALLOC_STEP;/* make sure we have enough memory */ in php_explode_negative_limit()
1118 positions = erealloc(positions, allocated*sizeof(char *)); in php_explode_negative_limit()
/PHP-7.4/
H A DCODING_STANDARDS.md72 In almost all cases, memory returned to the engine must be allocated using
H A Dphp.ini-development1206 ; Size of a pre-allocated buffer used when sending commands to MySQL in bytes.
1209 ; Size of a pre-allocated buffer used for reading data sent by the server in
H A Dphp.ini-production1206 ; Size of a pre-allocated buffer used when sending commands to MySQL in bytes.
1209 ; Size of a pre-allocated buffer used for reading data sent by the server in
H A DNEWS240 . Fixed bug #81243 (Too much memory is allocated for preg_replace()). (cmb)
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in285 ; %M: peak of memory allocated by PHP
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます2189 >>88 belong & 2 \b, allocated
11016 >>>0x1EC ulelong <0xffffffff \b, last allocated cluster %u
H A Dmagic2189 >>88 belong & 2 \b, allocated
11016 >>>0x1EC ulelong <0xffffffff \b, last allocated cluster %u

Completed in 148 milliseconds