Note that there are some explanatory texts on larger screens.

plurals
  1. USehabkost
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COAlso, note that at least `e2fsck` considers any filename as an illegal filename that has to be fixed—[see the source](http://git.kernel.org/?p=fs/ext2/e2fsprogs.git;a=blob;f=e2fsck/pass2.c#l455). So if you somehow end up with a filename that has slashes in it, you can use `fsck` to fix the problem.
      singulars
    2. COI find it funny that on most answers people are looking for those edge cases and tricks and seem to be completely missing the point (IMO). They could just show code that keep useless references to objects that will never use again, and at the same time never drop those references; one may say those cases are not "true" memory leaks because there are still references to those objects around, but if the program never use those references again and also never drop them, it is completely equivalent to (and as bad as) a "true memory leak".
      singulars
    3. COI find it funny that on other answers people are looking for those edge cases and tricks and seem to be completely missing the point. They could just show code that keep useless references to objects that will never use again, and never remove those references; one may say those cases are not "true" memory leaks because there are still references to those objects around, but if the program never use those references again and also never drop them, it is completely equivalent to (and as bad as) a "true memory leak".
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload