Use Size for memory [skip ci]

This commit is contained in:
Andrew Kane
2024-09-29 23:48:58 -07:00
parent 7ba593c492
commit 658d74e2f6
2 changed files with 4 additions and 4 deletions

View File

@@ -185,8 +185,8 @@ typedef struct HnswGraph
/* Allocations state */
LWLock allocatorLock;
long memoryUsed;
long memoryTotal;
Size memoryUsed;
Size memoryTotal;
/* Flushed state */
LWLock flushLock;