Explorar o código

Added description for get_raw_blocks()

Ioannis Koutras %!s(int64=12) %!d(string=hai) anos
pai
achega
7e9e378c02
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      src/debug.c

+ 4 - 0
src/debug.c

@@ -32,6 +32,10 @@
 
 #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) {
     int counter;
     raw_block_header_t *current_raw_block;