nogc-allocator.c File Reference

Allocators for non-collecting environments. More...

#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)


Detailed Description

Allocators for non-collecting environments.

This file implements non-collecting allocators that are signature-compatible with those implemented by the Boehm-Weiser collector.

Definition in file nogc-allocator.c.


Function Documentation

void* GC_malloc ( size_t  nBytes  ) 

Definition at line 47 of file nogc-allocator.c.

Referenced by bitc_malloc().

void* GC_malloc_atomic ( size_t  nBytes  ) 

Definition at line 52 of file nogc-allocator.c.

Referenced by bitc_malloc_atomic().


Generated on Sat Feb 4 23:59:30 2012 for BitC Runtime Library by  doxygen 1.4.7