Re: CArray and memory free
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
Stefano Magni wrote:
I'm using Entrek ProcMan that show memory usage. If I use a CArray
collection the memory is not released
IIRC, CArray has a memory pool. Execute the code in question in a loop. If
that continuously increases the memory consumption, you really have a leak,
otherwise the memory is pooled and reused.
Uli
.
Relevant Pages
- [UNIX] Linux Kernel binfmt_elf ELF Loader Privilege Escalation
... Get your security news from a reliable source. ... or in other words to execute a new program. ... One of the Linux format loaders is the ELF (Executable and Linkable ... of the memory map header in the binary image and the program ... (Securiteam) - [SECURITY] iSEC advisory about binfmt_elf
... Linux kernel binfmt_elf loader vulnerabilities ... One of the Linux format loaders is the ELF (Executable and Linkable ... and the position of the memory map header in the binary image and ... An user may try to execute such a malicious binary with an unterminated ... (Linux-Kernel) - [Full-Disclosure] Linux ELF loader vulnerabilities
... Numerous bugs have been found in the Linux ELF binary loader while ... Internally the Linux kernel uses a binary format loader layer to ... and the position of the memory map header in the binary image and ... An user may try to execute such a malicious binary with an unterminated ... (Full-Disclosure) - Linux ELF loader vulnerabilities
... Numerous bugs have been found in the Linux ELF binary loader while ... Internally the Linux kernel uses a binary format loader layer to ... and the position of the memory map header in the binary image and ... An user may try to execute such a malicious binary with an unterminated ... (Full-Disclosure) - Linux ELF loader vulnerabilities
... Numerous bugs have been found in the Linux ELF binary loader while ... Internally the Linux kernel uses a binary format loader layer to ... and the position of the memory map header in the binary image and ... An user may try to execute such a malicious binary with an unterminated ... (Bugtraq) |
|