INITIAL_DEBUG_HEAP_SIZE
static char sInitialHeap[INITIAL_DEBUG_HEAP_SIZE] __attribute__ ((aligned (8)));
static size_t sHeapSize = INITIAL_DEBUG_HEAP_SIZE;