pub fn memory_usage_bytes() -> usizeExpand description
Approximate resident bytes held by the cached HNSW index (flat embedding matrix + graph adjacency), 0 when empty. Used by the eviction orchestrator to weigh the ANN cache against the RSS budget.