Changeset 1905 for trunk/src


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

Added malloc/free wrappers

Location:
trunk/src/odincrt
Files:
2 edited

Legend:

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

    r1904 r1905  
     1/* $Id: malloc.cpp,v 1.2 1999-12-01 00:11:40 sandervl Exp $ */
    12#undef __DEBUG_ALLOC__
    23#include <malloc.h>
  • trunk/src/odincrt/odincrt.def

    r524 r1905  
    1 ; $Id: odincrt.def,v 1.16 1999-08-17 12:46:04 sandervl Exp $
     1; $Id: odincrt.def,v 1.17 1999-12-01 00:11:22 sandervl Exp $
    22; Odin VAC++ 3.08 shared multithreaded runtime
    33LIBRARY ODINCRT INITINSTANCE TERMINSTANCE
     
    1818; memory management
    1919; -----------------
    20        calloc                                           @346
    21        realloc                                          @583
    22        malloc                                           @351
    23        free                                             @219
    24        _debug_calloc                                    @117
    25        _debug_realloc                                   @182
    26        _debug_malloc                                    @119
    27        _debug_free                                      @59
    28        strdup                                           @472
     20       calloc = os2calloc                               @346
     21       realloc = os2realloc                             @583
     22       malloc = os2malloc                               @351
     23       free = os2free                                   @219
     24       _debug_calloc = os2_debug_calloc                 @117
     25       _debug_realloc = os2_debug_realloc               @182
     26       _debug_malloc = os2_debug_malloc                 @119
     27       _debug_free = os2_debug_free                     @59
     28       _umalloc = os2_umalloc                           @749
     29       _debug_umalloc =os2_debug_umalloc                @185
     30       _ucalloc = os2_ucalloc                           @704
     31       _debug_ucalloc = os2_debug_ucalloc               @181
     32 
     33     strdup                                             @472
    2934
    3035; original exports
     
    206211    setbuf__11fstreambaseFPci                         @179
    207212    _debug_tcalloc                                    @180
    208     _debug_ucalloc                                    @181
    209213    doallocate__9streambufFv                          @183
    210214    _debug_tmalloc                                    @184
    211     _debug_umalloc                                    @185
    212215    __vtt8ifstream                                    @186
    213216    unexpected__Fv                                    @187
     
    723726    strrchr                                           @702
    724727    strncmp                                           @703
    725     _ucalloc                                          @704
    726728    _ucreate                                          @705
    727729    _spawnl                                           @706
     
    768770    _tmalloc                                          @747
    769771    _makepath                                         @748
    770     _umalloc                                          @749
    771772    _spawnv                                           @750
    772773    strncpy                                           @751
Note: See TracChangeset for help on using the changeset viewer.