Header refactoring: break out rb.h dependencies
This commit is contained in:
committed by
David Goldblatt
parent
2f00ce4da7
commit
63a5cd4cc2
@@ -1,6 +1,8 @@
|
||||
#ifndef JEMALLOC_INTERNAL_PROF_STRUCTS_H
|
||||
#define JEMALLOC_INTERNAL_PROF_STRUCTS_H
|
||||
|
||||
#include "jemalloc/internal/rb.h"
|
||||
|
||||
struct prof_bt_s {
|
||||
/* Backtrace, stored as len program counters. */
|
||||
void **vec;
|
||||
|
Reference in New Issue
Block a user