|
@@ -32,6 +32,10 @@
|
|
|
|
|
|
#include "trace.h"
|
|
#include "trace.h"
|
|
|
|
|
|
|
|
+/** Gets the number of raw blocks that are currently managed by an allocator.
|
|
|
|
+ *
|
|
|
|
+ * @param allocator The pointer of the allocator's data structure.
|
|
|
|
+ */
|
|
void get_raw_blocks(allocator_t *allocator) {
|
|
void get_raw_blocks(allocator_t *allocator) {
|
|
int counter;
|
|
int counter;
|
|
raw_block_header_t *current_raw_block;
|
|
raw_block_header_t *current_raw_block;
|