include/malloc/simple.h File Reference

Extremely simple malloc() implementation. More...

#include <types.h>

Go to the source code of this file.

Functions

void * malloc (size_t size)
 Allocate size bytes of dynamic memory.
void * zalloc (size_t size)
 Allocate size bytes of zero-initialized dynamic memory.
static void free (void *ptr)
 Free a memory object previously allocated by malloc().

Detailed Description

Extremely simple malloc() implementation.

Copyright (C) 2009 Atmel Corporation. All rights reserved.

Definition in file simple.h.

Generated on Thu Apr 29 14:09:58 2010 for display-demo by  doxygen 1.6.3