ztsdb
Public Member Functions | List of all members
arr::baseallocator Struct Referenceabstract
Inheritance diagram for arr::baseallocator:
arr::flexallocator arr::memallocator arr::mmapallocator

Public Member Functions

virtual void * allocate (size_t sz)=0
 
virtual void deallocate (void *t, size_t n)=0
 
virtual void * reallocate (void *t, size_t n)=0
 
virtual void * initialize ()=0
 
virtual size_t size () const =0
 
virtual void msync (bool async) const
 

The documentation for this struct was generated from the following file: