1 |
//$Header$ |
//$Header$ |
2 |
|
//{9271a56e-a39a-4ba3-af90-c665b60de5e5} |
3 |
//------------------------------------------------------------------------------------------------- |
//------------------------------------------------------------------------------------------------- |
4 |
//This file is part of "David T. Ashley's Shared Source Code", a set of shared components |
//This file is part of "Embedded Tool Set", a tool set designed to facilitate embedded system |
5 |
//integrated into many of David T. Ashley's projects. |
//software and hardware development. |
6 |
//------------------------------------------------------------------------------------------------- |
//------------------------------------------------------------------------------------------------- |
7 |
//This source code and any program in which it is compiled/used is provided under the MIT License, |
//This source code and any program in which it is compiled/used is provided under the MIT License, |
8 |
//reproduced below. |
//reproduced below. |
33 |
|
|
34 |
#include "cmalloc.h" |
#include "cmalloc.h" |
35 |
|
|
36 |
#include "../c_cmode/ccmfatal.h" |
#include "../../c_cmode/ccmfatal.h" |
37 |
|
|
38 |
|
|
39 |
void *CMALLOC_malloc( size_t size ) |
void *CMALLOC_malloc( size_t size ) |