Searched refs:allocated (Results 1 – 25 of 26) sorted by relevance
12
13 size_t allocated; member18 void *allocated = 0; in fpm_array_init() local27 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()
11 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()
10 bool allocated; member
2 Bug #81243 (Too much memory is allocated for preg_replace())
22 string(20) "1024 bytes allocated"
451 fputs($s, "200 " . $matches[1] . " bytes allocated\r\n");
22 // Extra X::foo() wrapper to force use of allocated trampoline.
2 Bug #70258 (Segfault if do_resize fails to allocated memory)
2 GH-12073: Freeing of non-ZMM pointer of incompletely allocated closure
59 ; shift address in x0 (allocated stack) to lower 16 byte boundary
60 # shift address in x0 (allocated stack) to lower 16 byte boundary
66 # shift address in a0 (allocated stack) to lower 16 byte boundary
116 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, which127 is allocated using `pemalloc()`. You need to call `pefree()` to release the301 * `persistent` controls how the memory is to be allocated - persistently so that401 and free the resources you allocated for the abstract field. In the case of the403 connection and then use pefree to dispose of the struct you allocated. You may404 read the stream->persistent field to determine if your struct was allocated in
1117 PCRE2_UCHAR *allocated; in pcre2_pattern_convert() local1146 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()
71 // With the following option memory is de-allocated
125 * allocated so any INI settings added via this callback will have the lowest
70 In almost all cases, memory returned to the engine must be allocated using
1227 ; 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
1229 ; Size of a pre-allocated buffer used when sending commands to MySQL in bytes.1232 ; Size of a pre-allocated buffer used for reading data sent by the server in
421 . Prevent potential deadlock if accelerated globals cannot be allocated.
1070 size_t allocated = EXPLODE_ALLOC_STEP, found = 0; in php_explode_negative_limit() local1072 const char **positions = emalloc(allocated * sizeof(char *)); in php_explode_negative_limit()1076 if (found >= allocated) { in php_explode_negative_limit()1077 allocated = found + EXPLODE_ALLOC_STEP;/* make sure we have enough memory */ in php_explode_negative_limit()1078 positions = erealloc(ZEND_VOIDP(positions), allocated*sizeof(char *)); in php_explode_negative_limit()
315 ; %M: peak of memory allocated by PHP
107 * guarantee proper alignment of 128-bit SSE data allocated on stack.9972 /* CPU stack allocated temporary zval */
9256 /* CPU stack allocated temporary zval */
2437 >>88 belong & 2 \b, allocated12195 >>>0x1EC ulelong <0xffffffff \b, last allocated cluster %u
Completed in 185 milliseconds