accel/qaic: Add AIC200 support
[drm/drm-misc.git] / tools / testing / memblock / linux / kmemleak.h
blob5fed13bb9ec401c3e34ac2c2225efc13c1d92360
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 #ifndef _KMEMLEAK_H
3 #define _KMEMLEAK_H
5 static inline void kmemleak_free_part_phys(phys_addr_t phys, size_t size)
9 static inline void kmemleak_alloc_phys(phys_addr_t phys, size_t size,
10 gfp_t gfp)
14 static inline void dump_stack(void)
18 #endif