Skip to content

Commit ff3bb5c

Browse files
committed
Tweak documentation for mi_heap_area_t::used.
For #503.
1 parent 0560fc2 commit ff3bb5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/mimalloc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ typedef struct mi_heap_area_s {
253253
void* blocks; // start of the area containing heap blocks
254254
size_t reserved; // bytes reserved for this area (virtual)
255255
size_t committed; // current available bytes for this area
256-
size_t used; // bytes in use by allocated blocks
256+
size_t used; // number of allocated blocks
257257
size_t block_size; // size in bytes of each block
258258
} mi_heap_area_t;
259259

0 commit comments

Comments
 (0)