#include "store.h"
#include "portable.h"
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <string.h>
#include <assert.h>
Go to the source code of this file.
Defines | |
#define | BLOCK_SIZE 512 |
#define | BLOCK_POINTER_SIZE sizeof(portable_off_t) |
#define | ASSERTS_ENABLED |
#define | STORE_ASSERT(x) assert(x) |
#define BLOCK_POINTER_SIZE sizeof(portable_off_t) |
Definition at line 30 of file store.cpp.
Referenced by Store::read(), Store::release(), and Store::write().
#define BLOCK_SIZE 512 |
Definition at line 29 of file store.cpp.
Referenced by Store::alloc(), Store::end(), Store::open(), Store::printStats(), Store::read(), Store::release(), Store::seek(), and Store::write().
#define STORE_ASSERT | ( | x | ) | assert(x) |
Definition at line 36 of file store.cpp.
Referenced by Store::alloc(), Store::end(), Store::open(), Store::read(), Store::release(), Store::seek(), and Store::write().