Lucene++ - a full-featured, c++ search engine
API Documentation
#include "Config.h"Go to the source code of this file.
Namespaces | |
| Lucene | |
Constant Groups | |
| Lucene | |
Macros | |
| #define | LuceneAllocator std::allocator |
Functions | |
| LPPAPI void * | Lucene::AllocMemory (size_t size) |
| Allocate block of memory. More... | |
| LPPAPI void * | Lucene::ReallocMemory (void *memory, size_t size) |
| Reallocate a given block of memory. More... | |
| LPPAPI void | Lucene::FreeMemory (void *memory) |
| Release a given block of memory. More... | |
| LPPAPI void | Lucene::ReleaseThreadCache () |
| Release thread cache. Note: should be called whenever a thread exits and using nedmalloc. More... | |
| #define LuceneAllocator std::allocator |