NetSurf
|
#include <exec/types.h>
Go to the source code of this file.
Macros | |
#define | ami_memory_chip_alloc(s) AllocVec(s, MEMF_CHIP) |
#define | ami_memory_chip_free(p) FreeVec(p) |
#define | ami_memory_clear_free(p) free(p) |
#define | ami_memory_itempool_create(s) ((APTR)1) |
#define | ami_memory_itempool_delete(p) ((void)0) |
#define | ami_memory_itempool_alloc(p, s) malloc(s) |
#define | ami_memory_itempool_free(p, i, s) free(i) |
Functions | |
void * | ami_memory_clear_alloc (size_t size, UBYTE value) |
void | ami_memory_slab_dump (BPTR fh) |
struct Interrupt * | ami_memory_init (void) |
void | ami_memory_fini (struct Interrupt *memhandler) |
void * ami_memory_clear_alloc | ( | size_t | size, |
UBYTE | value | ||
) |
Definition at line 42 of file memory.c.
Referenced by amiga_bitmap_create().
void ami_memory_fini | ( | struct Interrupt * | memhandler | ) |
struct Interrupt * ami_memory_init | ( | void | ) |
Definition at line 165 of file memory.c.
References ami_memory_handler().
Referenced by main().
void ami_memory_slab_dump | ( | BPTR | fh | ) |
Definition at line 122 of file memory.c.
References ami_memory_slab_alloc_cb(), ami_memory_slab_stats_cb(), and ami_memory_slab_usage_cb().
Referenced by RXHOOKF().