We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0560fc2 commit ff3bb5cCopy full SHA for ff3bb5c
include/mimalloc.h
@@ -253,7 +253,7 @@ typedef struct mi_heap_area_s {
253
void* blocks; // start of the area containing heap blocks
254
size_t reserved; // bytes reserved for this area (virtual)
255
size_t committed; // current available bytes for this area
256
- size_t used; // bytes in use by allocated blocks
+ size_t used; // number of allocated blocks
257
size_t block_size; // size in bytes of each block
258
} mi_heap_area_t;
259
0 commit comments