Changeset 78f1ab in git for omalloc/omtTestAlloc.c


Ignore:
Timestamp:
Aug 18, 2000, 11:02:02 AM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'd08f5f0bb3329b8ca19f23b74cb1473686415c3a')
Children:
91c4012e92bce3bc415daea0a46673b73670bbc3
Parents:
c27956fe36110f606d89715478bf953a97316957
Message:
HP porting


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

Legend:

Unmodified
Added
Removed
  • omalloc/omtTestAlloc.c

    rc27956 r78f1ab  
    44 *  Author:  obachman@mathematik.uni-kl.de (Olaf Bachmann)
    55 *  Created: 11/99
    6  *  Version: $Id: omtTestAlloc.c,v 1.3 2000-08-14 12:26:52 obachman Exp $
     6 *  Version: $Id: omtTestAlloc.c,v 1.4 2000-08-18 09:02:02 obachman Exp $
    77 *******************************************************************/
    88#include "omtTest.h"
     
    2222#endif
    2323
    24 void omtTestAlloc(omMemCell cell, int spec)
     24void omtTestAlloc(omMemCell cell, unsigned long spec)
    2525{
    2626  int size = GET_SIZE(spec);
     
    119119{
    120120  void* addr = cell->addr;
    121   int spec = cell->spec;
     121  unsigned long spec = cell->spec;
    122122  omBin bin = cell->bin;
    123123  size_t size = GET_SIZE(spec);
     
    150150}
    151151
    152 void omtTestRealloc(omMemCell cell, int new_spec)
     152void omtTestRealloc(omMemCell cell, unsigned long new_spec)
    153153{
    154154  void* old_addr = cell->addr;
     
    304304
    305305#define DO_STRDUP(l) (l & 1)
    306 void omtTestDup(omMemCell cell, int spec)
     306void omtTestDup(omMemCell cell, unsigned long spec)
    307307{
    308308  omtTestDebug(cell);
Note: See TracChangeset for help on using the changeset viewer.