util/malloc_simple.c File Reference

Extremely simple malloc() implementation. More...

#include <assert.h>
#include <malloc.h>
#include <physmem.h>
#include <string.h>
#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.

Detailed Description

Extremely simple malloc() implementation.

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

Definition in file malloc_simple.c.

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