Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.6-rc1 18 lines 309 B view raw
1/* SPDX-License-Identifier: GPL-2.0-only */ 2#ifndef _KMEMLEAK_H 3#define _KMEMLEAK_H 4 5static inline void kmemleak_free_part_phys(phys_addr_t phys, size_t size) 6{ 7} 8 9static inline void kmemleak_alloc_phys(phys_addr_t phys, size_t size, 10 gfp_t gfp) 11{ 12} 13 14static inline void dump_stack(void) 15{ 16} 17 18#endif