#include <visited_list_pool.h>
◆ VisitedListPool()
| hnswlib::VisitedListPool::VisitedListPool |
( |
int | initmaxpools, |
|
|
int | numelements1 ) |
|
inline |
◆ ~VisitedListPool()
| hnswlib::VisitedListPool::~VisitedListPool |
( |
| ) |
|
|
inline |
◆ getFreeVisitedList()
| VisitedList * hnswlib::VisitedListPool::getFreeVisitedList |
( |
| ) |
|
|
inline |
◆ releaseVisitedList()
| void hnswlib::VisitedListPool::releaseVisitedList |
( |
VisitedList * | vl | ) |
|
|
inline |
◆ numelements
| int hnswlib::VisitedListPool::numelements |
|
private |
◆ pool
| std::deque<VisitedList *> hnswlib::VisitedListPool::pool |
|
private |
◆ poolguard
| std::mutex hnswlib::VisitedListPool::poolguard |
|
private |
The documentation for this class was generated from the following file: