#include <stdlib.h>
Go to the source code of this file.
Functions | |
| void * | GC_malloc (size_t nBytes) |
| void * | GC_malloc_atomic (size_t nBytes) |
This file implements non-collecting allocators that are signature-compatible with those implemented by the Boehm-Weiser collector.
Definition in file nogc-allocator.c.
| void* GC_malloc | ( | size_t | nBytes | ) |
| void* GC_malloc_atomic | ( | size_t | nBytes | ) |
1.4.7