#include "config.h"
#include <sys/types.h>
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include "db_int.h"
Go to the source code of this file.
Classes | |
| struct | __data |
Defines | |
| #define | ILLEGAL_SIZE 1 |
| #define | SHALLOC_FRAGMENT 32 |
Functions | |
| int | CDB___db_shalloc (void *p, size_t len, size_t align, void *retp) |
| size_t | CDB___db_shalloc_count (void *addr) |
| void | CDB___db_shalloc_dump (void *addr, FILE *fp) |
| void | CDB___db_shalloc_free (void *regionp, void *ptr) |
| void | CDB___db_shalloc_init (void *area, size_t size) |
| size_t | CDB___db_shsizeof (void *ptr) |
| SH_LIST_HEAD (__head) | |
Variables | |
| static const char | revid [] = "$Id: db__salloc_8c.html,v 1.1 2008/06/08 10:18:16 sebdiaz Exp $" |
1.5.5