Changeset 1906 for trunk/src


Ignore:
Timestamp:
Dec 1, 1999, 1:12:26 AM (26 years ago)
Author:
sandervl
Message:

Added malloc/free wrappers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/odincrt/malloc.cpp

    r1905 r1906  
    1 /* $Id: malloc.cpp,v 1.2 1999-12-01 00:11:40 sandervl Exp $ */
     1/* $Id: malloc.cpp,v 1.3 1999-12-01 00:12:26 sandervl Exp $ */
     2/*
     3 * Project Odin Software License can be found in LICENSE.TXT
     4 * Memory RTL function wrappers
     5 *
     6 * Copyright 1999 Sander van Leeuwen
     7 *
     8 */
     9
    210#undef __DEBUG_ALLOC__
    311#include <malloc.h>
Note: See TracChangeset for help on using the changeset viewer.