Home
last modified time | relevance | path

Searched refs:memory (Results 1 – 25 of 342) sorted by path

12345678910>>...14

/PHP-7.4/
H A D.gitignore235 # Files generated by `./run-tests.php -m` when checking for memory leaks
H A DCODING_STANDARDS.md28 cache and the bison code for minimum memory copying overhead.
68 that ensures the deallocation of any unfreed memory at the end of a request.
72 In almost all cases, memory returned to the engine must be allocated using
76 may need to control or free the memory, or when the memory in question needs
H A DCONTRIBUTING.md263 - Rebuild PHP with `--enable-debug` which will show some kinds of memory errors
325 7. For development use the `--enable-debug` switch to avoid memory leaks and the
H A DNEWS85 . Fixed bug #81588 (TokyoCabinet driver leaks memory). (girgias)
621 . Fixed bug #80226 (imap_sort() leaks sortpgm memory). (cmb)
732 . Fixed memory leaks. (ptomulik)
952 . Fixed bug #79199 (curl_copy_handle() memory leak). (cmb)
1140 . Fixed bug #79145 (openssl memory leak). (cmb, Nikita)
1246 . Fixed bug #78538 (shmop memory leak). (cmb)
1383 . Fixed bug #78620 (Out of memory error). (cmb, Nikita)
1655 . Fixed bug #78665 (Multicasting may leak memory). (cmb)
1761 . Fixed bug #78665 (Multicasting may leak memory). (cmb)
1768 . Fixed bug #78620 (Out of memory error). (cmb, Nikita)
[all …]
H A DUPGRADING.INTERNALS8 e. php_win32_error_to_msg() memory management
141 shared memory to process memory and must not be modified at all.
/PHP-7.4/Zend/
H A DREADME.md3 ## Zend memory manager
7 The goal of the new memory manager (available since PHP 5.2) is to reduce memory
8 allocation overhead and speedup memory management.
27 that valgrind can correctly track the memory leaks in shared extensions. For
/PHP-7.4/Zend/tests/
H A Dbug26698.phpt6 ini_set("report_memleaks", 0); // the exception thrown in this test results in a memory leak, whic…
H A Dbug27598.phpt2 Bug #27598 (list() array key assignment causes HUGE memory leak)
H A Dbug31177-2.phpt2 Bug #31177 (memory corruption because of incorrect refcounting)
H A Dbug32596.phpt14 $c=get_class($this); //memory leak only
H A Dbug34065.phpt2 Bug #34065 (throw in foreach causes memory leaks)
H A Dbug37707.phpt2 Bug #37707 (clone without assigning leaks memory)
H A Dbug38234.phpt2 Bug #38234 (Exception in __clone makes memory leak)
H A Dbug39438.phpt2 Bug #39438 (Fatal error: Out of memory)
H A Dbug39825.phpt2 Bug #39825 (foreach produces memory error)
H A Dbug40236.phpt2 Bug #40236 (php -a function allocation eats memory)
H A Dbug40261.phpt2 Bug #40261 (Extremely slow data handling due to memory fragmentation)
H A Dbug40770.phpt2 Bug #40770 (Apache child exits when PHP memory limit reached)
22 Fatal error: Allowed memory size of 8388608 bytes exhausted%s(tried to allocate %d bytes) in %s on …
H A Dbug40809.phpt10 /* Create some more holes to give the memory allocator something to
H A Dbug40899.phpt2 Bug #40899 (memory leak when nesting list())
H A Dbug42818.phpt2 Bug #42818 ($foo = clone(array()); leaks memory)
H A Dbug44069.phpt2 Bug #44069 (Huge memory usage with concatenation using . instead of .=)
H A Dbug47165.phpt2 Bug #47165 (Possible memory corruption when passing return value by reference)
H A Dbug53629.phpt2 Bug #53629 (memory leak inside highlight_string())
H A Dbug54268.phpt35 Fatal error: Allowed memory size of %s bytes exhausted%s(tried to allocate %s bytes) in %s on line …

Completed in 232 milliseconds

12345678910>>...14