#include "base/FatalException.h"
#include "base/ItemAllocator.h"
#include "base/stats.h"
#include "hash/tables.h"
#include "debug/macros.h"
Go to the source code of this file.
Namespaces | |
namespace | dbm |
Defines | |
#define | INCLUDE_DBM_INLINE_FED_H |
#define | TEMPLATE template<class TYPE> inline |
#define | CLOCKOP ClockOperation<TYPE> |
Functions | |
static bool | isPointer (const void *ptr) |
void * | dbm_new (cindex_t dim) |
Wrapper function. | |
void | dbm_delete (idbm_t *dbm) |
Wrapper function. | |
Variables | |
DBMTable | dbm_table |
One instance for the DBM table. | |
base::ItemAllocator< alloc_fdbm_t > | fdbm_allocator |
Allocator instance. | |
base::ItemAllocator< alloc_ifed_t > | ifed_allocator |
|
|
|
|
|
|
|
Wrapper function.
|
|
Wrapper function.
|
|
|
|
One instance for the DBM table.
|
|
Allocator instance.
|
|
|