Home
last modified time | relevance | path

Searched refs:check_leak (Results 1 - 7 of 7) sorted by relevance

/third_party/musl/porting/liteos_a/user_debug/include/
H A Ddebug.h34 * pid" to call check_leak() when your program is running. The output way of memory debug information is determined by
41 void check_leak(void);
/third_party/musl/include/liteos_a/user_debug/
H A Ddebug.h49 * pid" to call check_leak() when your program is running. The output way of memory debug information is determined by
56 void check_leak(void);
/third_party/musl/porting/liteos_a/user_debug/src/exit/
H A Dexit.c51 check_leak(); in exit()
/third_party/musl/src/exit/
H A Dexit.c60 check_leak(); in exit()
/third_party/musl/src/malloc/liteos_a/user_debug/
H A Dmemory_check.c682 void check_leak(void) in check_leak() function
742 signal(36, check_leak); in mem_check_init()
/third_party/musl/porting/liteos_a/user_debug/src/malloc/
H A Dmemory_check.c667 void check_leak(void) in check_leak() function
727 signal(36, check_leak); in mem_check_init()
/third_party/python/Lib/test/
H A Dtest_regrtest.py891 def check_leak(self, code, what): member in ArgsTestCase
923 self.check_leak(code, 'references')
937 self.check_leak(code, 'file descriptors')

Completed in 5 milliseconds