|
@@ -99,8 +99,10 @@ typedef struct heap_s {
|
|
|
maptable_node_t *maptable_head; /**< The head of the maptable list. */
|
|
|
#endif /* WITH_FIXED_LISTS */
|
|
|
void *free_list_head; /**< The head of the free list. */
|
|
|
+#ifdef FUTURE_FEATURES
|
|
|
void *used_blocks_head; /**< The head of the used blocks list. */
|
|
|
void *rov_ptr; /**< Roving pointer. */
|
|
|
+#endif /* FUTURE_FEATURES */
|
|
|
#ifndef LEON3
|
|
|
uint64_t num_objects; /**< Number of objects in the heap. */
|
|
|
#else
|