Moved unused malloc code to backyard directory

This commit is contained in:
adamdunkels 2008-08-15 19:05:16 +00:00
parent 31509ad726
commit 2f81a0463a
3 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@
*/
/* $Id: malloc.c,v 1.3 2007/01/25 18:19:57 bg- Exp $ */
/* $Id: malloc.c,v 1.1 2008/08/15 19:05:17 adamdunkels Exp $ */
#include <stdlib.h>

View File

@ -27,7 +27,7 @@
POSSIBILITY OF SUCH DAMAGE.
*/
/* $Id: malloc.h,v 1.2 2006/08/11 13:41:31 bg- Exp $ */
/* $Id: malloc.h,v 1.1 2008/08/15 19:05:17 adamdunkels Exp $ */
#ifndef MALLOC_H
#define MALLOC_H

View File

@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)$Id: malloc_compact.c,v 1.1 2006/06/17 22:41:18 adamdunkels Exp $
* @(#)$Id: malloc_compact.c,v 1.1 2008/08/15 19:05:17 adamdunkels Exp $
*/
#include <stdlib.h>