|
bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
|
C-runtime library allocator. More...
#include <allocators.h>

Public Member Functions | |
| void * | Malloc (size_t size) |
| void * | Realloc (void *originalPtr, size_t originalSize, size_t newSize) |
Static Public Member Functions | |
| static void | Free (void *ptr) |
Static Public Attributes | |
| static const bool | kNeedFree = true |
C-runtime library allocator.
This class is just wrapper for standard C library memory routines.
Definition at line 75 of file allocators.h.
|
inlinestatic |
Definition at line 92 of file allocators.h.
|
inline |
Definition at line 78 of file allocators.h.
Definition at line 84 of file allocators.h.
|
static |
Definition at line 77 of file allocators.h.