Home
last modified time | relevance | path

Searched refs:allocator (Results 1 – 10 of 10) sorted by relevance

/php-src/Zend/tests/
H A Dbug40809.phpt10 /* Create some more holes to give the memory allocator something to
/php-src/ext/pcre/tests/
H A Dbug73392.phpt2 Bug #73392 (A use-after-free in zend allocator management)
/php-src/ext/xml/tests/
H A Dgh14124.phpt10 if (getenv('SKIP_ASAN')) die('xleak libxml does not use the request allocator');
/php-src/win32/build/
H A Dconfig.w32.h.in27 /* Alignment for Zend memory allocator */
/php-src/docs/source/core/data-structures/
H A Dreference-counting.rst222 own allocator. Usually, such values are alive for the entire lifetime of the process, instead of
223 being freed at the end of the request. See the `Zend allocator <todo>`_ chapter for more
H A Dzend_string.rst52 ``malloc`` (``persistent == true``) or ``emalloc``, `PHPs custom allocator <todo>`__ (``persistent
/php-src/Zend/
H A Dzend_portability.h227 # define ZEND_ATTRIBUTE_MALLOC __declspec(allocator) __declspec(restrict)
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c75 pcre2_memctl *allocator = ((pcre2_memctl*)allocator_data); in pcre2_jit_malloc() local
76 return allocator->malloc(size, allocator->memory_data); in pcre2_jit_malloc()
81 pcre2_memctl *allocator = ((pcre2_memctl*)allocator_data); in pcre2_jit_free() local
82 allocator->free(ptr, allocator->memory_data); in pcre2_jit_free()
/php-src/ext/opcache/jit/ir/
H A Dir_aarch64.dasc1039 // TODO: register allocator may clobber operands of CMP before they are used in the GUARD_CMP
H A Dir_x86.dasc2711 // TODO: register allocator may clobber operands of CMP before they are used in the GUARD_CMP

Completed in 98 milliseconds