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.
2 parents d508c3d + ff3bb5c commit 6ead284Copy full SHA for 6ead284
include/mimalloc.h
@@ -254,7 +254,7 @@ typedef struct mi_heap_area_s {
254
void* blocks; // start of the area containing heap blocks
255
size_t reserved; // bytes reserved for this area (virtual)
256
size_t committed; // current available bytes for this area
257
- size_t used; // bytes in use by allocated blocks
+ size_t used; // number of allocated blocks
258
size_t block_size; // size in bytes of each block
259
} mi_heap_area_t;
260
0 commit comments