@@ -36,6 +36,7 @@
#endif /* HAVE_LOCKS */
#include "locks.h"
#include "other.h"
+#include "padding.h"
/**
* Re-allocates a memory block from a freelist-organized raw block
@@ -23,6 +23,7 @@
#endif /* WITH_KNOBS */
#include "freelist/block_header_funcs.h"
#include "freelist/ordering_policy.h"
@@ -25,6 +25,8 @@
+#include <inttypes.h>
+
/** Finds the raw block owner of a certain pointer */
raw_block_header_t * find_raw_block_owner(struct rb_head_s head, void* ptr) {
raw_block_header_t *current_block, *owner;
@@ -31,6 +31,7 @@
#include "default_rb.h"
#include "dmmlib_trace.h"
#include "statistics.h"
#include "release_memory.h"