CooCox 1.1.4 on mbed with simple blinky example

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

OsKernelHeap.h File Reference

OsKernelHeap.h File Reference

Header file related to memory management. More...

Go to the source code of this file.

Functions

void CoCreateKheap (void)
 Create kernel heap.

Detailed Description

Header file related to memory management.

Version:
V1.1.4
Date:
2011.04.20

This file including some defines and function declare related to kernel heap management.

INTERNAL FILE,DON'T PUBLIC.

© COPYRIGHT 2009 CooCox

Definition in file OsKernelHeap.h.


Function Documentation

void CoCreateKheap ( void   )

Create kernel heap.

Parameters:
[in]None
[out]None
Return values:
None
Description

This function is called to create kernel heap.

Definition at line 41 of file kernelHeap.c.