Home
last modified time | relevance | path

Searched refs:leak (Results 1 – 14 of 14) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/leakers/
DREADME.txt1 This directory contains test cases that are known to leak references.
3 and call the leak function repeatedly. This will only be helpful if
9 to define the leak function like:
11 def leak():
19 >>> from test.leakers.test_gestalt import leak
21 >>> leak()
23 >>> leak()
25 >>> leak()
29 Once the leak is fixed, the test case should be moved into an appropriate
Dtest_gestalt.py6 def leak(): function
Dtest_dictself.py8 def leak(): function
Dtest_selftype.py6 def leak(): function
Dtest_ctypes.py14 def leak(): function
/device/linaro/bootloader/OpenPlatformPkg/Documentation/Marvell/Drivers/
DSpiDriver.txt55 function) in order to prevent from memory leak.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dgc_weakref.txt197 run tests, and convince yourself you don't have a leak.
201 code all you want and you won't find a reason for the leak.
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
DCHANGES_FROM_131.txt115 Memory leak is now gone from ANTLRTokenBuf; all tokens are deleted.
379 will "leak".
DCHANGES_FROM_133.txt1916 #179. (Fixed in MR14) Memory leak for BufFileInput subclass of DLGInputStream
/device/google/bonito/json-c/
DChangeLog100 * Fix file descriptor leak if memory allocation fails in json_util
/device/google/crosshatch/json-c/
DChangeLog100 * Fix file descriptor leak if memory allocation fails in json_util
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
DChangeLog314 - Fix memory leak on error in gz_open()
368 - Fix memory leaks in gzclose_r() and gzclose_w(), file leak in gz_open()
956 - Fix memory leak in deflateInit2()
1381 - fix inflate memory leak for segmented architectures
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
DChangeLog339 - Fix memory leak in deflateInit2()
764 - fix inflate memory leak for segmented architectures
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/
DCHANGES_FROM_133.txt1234 #179. (Fixed in MR14) Memory leak for BufFileInput subclass of DLGInputStream