Home
last modified time | relevance | path

Searched refs:kmemleak_erase (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dkmemleak.h52 static inline void kmemleak_erase(void **ptr) in kmemleak_erase() function
103 static inline void kmemleak_erase(void **ptr) in kmemleak_erase() function
/OK3568_Linux_fs/kernel/Documentation/dev-tools/
H A Dkmemleak.rst167 - ``kmemleak_erase`` - erase an old value in a pointer variable
187 kmemleak_erase functions (see above). The task stacks also increase the
/OK3568_Linux_fs/kernel/mm/
H A Dslab.c3060 kmemleak_erase(&ac->entry[ac->avail]); in ____cache_alloc()