Added todo [skip ci]

This commit is contained in:
Andrew Kane
2023-12-20 17:52:31 -05:00
parent 6738fa0bd7
commit 57554e5b46

View File

@@ -366,6 +366,7 @@ HnswElementMemory(HnswElement e, int m)
elementSize += VARSIZE_ANY(DatumGetPointer(e->value));
/* Each allocation has a 64-bit header */
elementSize += (e->level + 7) * sizeof(uint64);
/* TODO Account for additional memory */
return elementSize;
}