Home
last modified time | relevance | path

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

/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_arrays.h14 size_t allocated; member
19 void *allocated = 0; in fpm_array_init() local
28 allocated = a; in fpm_array_init()
36 free(allocated); in fpm_array_init()
40 a->allocated = initial_num; in fpm_array_init()
86 if (a->used == a->allocated) { in fpm_array_push()
87 size_t new_allocated = a->allocated ? a->allocated * 2 : 20; in fpm_array_push()
95 a->allocated = new_allocated; in fpm_array_push()
111 a->used = a->allocated = 0; in fpm_array_free()
/PHP-7.2/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.2/ext/ftp/tests/
H A Dftp_alloc_basic2.phpt23 string(20) "1024 bytes allocated"
H A Dserver.inc483 fputs($s, "200 " . $matches[1] . " bytes allocated\r\n");
/PHP-7.2/Zend/tests/
H A Dbug70258.phpt2 Bug #70258 (Segfault if do_resize fails to allocated memory)
/PHP-7.2/
H A DREADME.STREAMS115 If you want to read the contents of a stream into an allocated memory buffer,
121 This function will set buf to the address of the buffer that it allocated,
124 The buffer is allocated using pemalloc(); you need to call pefree() to
277 persistent controls how the memory is to be allocated - persistently so that
373 and free the resources you allocated for the abstract field. In the case of
375 connection and then use pefree to dispose of the struct you allocated.
377 allocated in persistent mode or not.
H A DCODING_STANDARDS79 In almost all cases, memory returned to the engine must be allocated
H A Dphp.ini-development1224 ; 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
H A Dphp.ini-production1226 ; Size of a pre-allocated buffer used when sending commands to MySQL in bytes.
1230 ; Size of a pre-allocated buffer used for reading data sent by the server in
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregexec.c88 node->allocated = 0; in history_node_new()
111 n = parent->allocated * 2; in history_tree_add_child()
120 parent->allocated = n; in history_tree_add_child()
179 if (region->allocated == 0) { in onig_region_resize()
186 region->allocated = n; in onig_region_resize()
195 region->allocated = n; in onig_region_resize()
217 if (at >= region->allocated) { in onig_region_set()
231 region->allocated = 0; in onig_region_init()
251 if (r->allocated > 0) { in onig_region_free()
254 r->allocated = 0; in onig_region_free()
[all …]
H A Doniguruma.h621 int allocated; member
628 int allocated; member
/PHP-7.2/ext/pdo_pgsql/tests/
H A Dbug75402.phpt69 // With the following option memory is de-allocated
/PHP-7.2/ext/standard/
H A Dstring.c1136 size_t allocated = EXPLODE_ALLOC_STEP, found = 0; in php_explode_negative_limit() local
1138 char **positions = emalloc(allocated * sizeof(char *)); in php_explode_negative_limit()
1142 if (found >= allocated) { in php_explode_negative_limit()
1143 allocated = found + EXPLODE_ALLOC_STEP;/* make sure we have enough memory */ in php_explode_negative_limit()
1144 positions = erealloc(positions, allocated*sizeof(char *)); in php_explode_negative_limit()
/PHP-7.2/ext/mbstring/oniguruma/doc/
H A DAPI149 reg object area is not allocated in this function.
/PHP-7.2/sapi/fpm/
H A Dwww.conf.in284 ; %M: peak of memory allocated by PHP
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt6156 allocated numbers as well as names, exactly as if the names were not
8526 allocated by mmap or VirtualAlloc.)
8654 allocated memory for any stack and another which allows releasing mem-
9800 Compiling a regular expression causes memory to be allocated and asso-
/PHP-7.2/ext/pcre/pcrelib/
H A DChangeLog5894 outcome, but in this particular case used more store than had been allocated,
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic1979 >>88 belong & 2 \b, allocated
9455 >>>0x1EC ulelong <0xffffffff \b, last allocated cluster %u
H A Dmagic私はガラスを食べられます1979 >>88 belong & 2 \b, allocated
9455 >>>0x1EC ulelong <0xffffffff \b, last allocated cluster %u

Completed in 192 milliseconds