]>
git.saurik.com Git - apple/hfs.git/blob - core/hfs_alloc_trace.h
5 // Created by Chris Suter on 8/19/15.
9 #ifndef hfs_alloc_trace_h
10 #define hfs_alloc_trace_h
12 #include <sys/types.h>
16 HFS_ALLOC_BACKTRACE_LEN
= 4,
21 struct hfs_alloc_trace_info
{
24 struct hfs_alloc_info_entry
{
28 uint64_t backtrace
[HFS_ALLOC_BACKTRACE_LEN
];
34 #endif /* hfs_alloc_trace_h */