mirror of https://gitee.com/bigwinds/arangodb
merged
This commit is contained in:
parent
fd1ab94663
commit
38d7e970d1
|
@ -363,6 +363,17 @@ TRI_index_t* TRI_CreateSkiplistIndex (struct TRI_doc_collection_s*,
|
||||||
TRI_vector_t* paths,
|
TRI_vector_t* paths,
|
||||||
bool unique);
|
bool unique);
|
||||||
|
|
||||||
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
/// @brief frees the memory allocated, but does not free the pointer
|
||||||
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
void TRI_DestroySkiplistIndex (TRI_index_t* idx);
|
||||||
|
|
||||||
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
/// @brief frees the memory allocated and frees the pointer
|
||||||
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
void TRI_FreeSkiplistIndex (TRI_index_t* idx);
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
/// @}
|
/// @}
|
||||||
|
|
Loading…
Reference in New Issue