Changeset 9446182 in git for omalloc/dlmalloc.h


Ignore:
Timestamp:
Aug 14, 2000, 2:37:00 PM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
4697a8a1ccbf49d0048033ea29c651e3966ba729
Parents:
e70e4551542eefac512b582fde60dfe4de359b39
Message:
* porting stuff


git-svn-id: file:///usr/local/Singular/svn/trunk@4522 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • omalloc/dlmalloc.h

    re70e45 r9446182  
    44 *  This was obtained by taking cutting out the beginning of malloc.c
    55 *
    6  *  Version: $Id: dlmalloc.h,v 1.3 2000-08-14 12:26:36 obachman Exp $
     6 *  Version: $Id: dlmalloc.h,v 1.4 2000-08-14 12:36:59 obachman Exp $
    77 *******************************************************************/
    88#ifndef DL_MALLOC_H
     
    2222#define OM_MALLOC_VFREE(addr, size) OM_MALLOC_FREE(addr)
    2323#define OM_MALLOC_SIZEOF_ADDR(addr) malloc_usable_size(addr)
     24#define cfree cFREe
    2425
    2526/* Statistics */
Note: See TracChangeset for help on using the changeset viewer.