cNonMemoryManager.h

00001 // ---------------------------------------------------------------------------------------------------------------------------------
00002 //                                                 _     
00003 //                                                | |    
00004 //  _ __   ___  _ __ ___  _ __ ___   __ _ _ __    | |__  
00005 // | '_ \ / _ \| '_ ` _ \| '_ ` _ \ / _` | '__|   | '_ \ 
00006 // | | | | (_) | | | | | | | | | | | (_| | |    _ | | | |
00007 // |_| |_|\___/|_| |_| |_|_| |_| |_|\__, |_|   (_)|_| |_|
00008 //                                   __/ |               
00009 //                                  |___/                
00010 //
00011 // Memory manager & tracking software
00012 //
00013 // Best viewed with 8-character tabs and (at least) 132 columns
00014 //
00015 // ---------------------------------------------------------------------------------------------------------------------------------
00016 //
00017 // Restrictions & freedoms pertaining to usage and redistribution of this software:
00018 //
00019 //  * This software is 100% free
00020 //  * If you use this software (in part or in whole) you must credit the author.
00021 //  * This software may not be re-distributed (in part or in whole) in a modified
00022 //    form without clear documentation on how to obtain a copy of the original work.
00023 //  * You may not use this software to directly or indirectly cause harm to others.
00024 //  * This software is provided as-is and without warrantee. Use at your own risk.
00025 //
00026 // For more information, visit HTTP://www.FluidStudios.com
00027 //
00028 // ---------------------------------------------------------------------------------------------------------------------------------
00029 // Originally created on 12/22/2000 by Paul Nettle
00030 //
00031 // Copyright 2000, Fluid Studios, Inc., all rights reserved.
00032 // ---------------------------------------------------------------------------------------------------------------------------------
00033 
00034 #ifdef  new
00035 #undef  new
00036 #endif
00037 
00038 #ifdef  delete
00039 #undef  delete
00040 #endif
00041 
00042 #ifdef  malloc
00043 #undef  malloc
00044 #endif
00045 
00046 #ifdef  calloc
00047 #undef  calloc
00048 #endif
00049 
00050 #ifdef  realloc
00051 #undef  realloc
00052 #endif
00053 
00054 #ifdef  free
00055 #undef  free
00056 #endif
00057 
00058 // ---------------------------------------------------------------------------------------------------------------------------------
00059 // nommgr.h - End of file
00060 // ---------------------------------------------------------------------------------------------------------------------------------
 All Classes Namespaces Functions Variables Enumerations

Generated on Sat Feb 20 22:55:07 2010 for cAudio by  doxygen 1.6.2