You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a need to calculate the number of bytes of memory used for a given bitmap, so I created a set of functions that will do this, and plumbed them through both the C and C++ interfaces.
Is there any interest in having something like this in the codebase?
/**
* Return the number of bytes of memory used by the bitmap.
*/
size_t roaring_bitmap_memory_size_in_bytes(const roaring_bitmap_t *r);
The text was updated successfully, but these errors were encountered:
I had a need to calculate the number of bytes of memory used for a given bitmap, so I created a set of functions that will do this, and plumbed them through both the C and C++ interfaces.
Is there any interest in having something like this in the codebase?
The text was updated successfully, but these errors were encountered: