Changeset f609a9 in git


Ignore:
Timestamp:
Sep 20, 2021, 2:37:49 PM (3 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '4bd32dfef92ec9f5ed8dceee82d14318ae147107')
Children:
6e2383111a18b2fa2d3421045625d1d424eb1e25
Parents:
3c78f6bc0b42dd5dd13206acbfd3238814d700bf
Message:
omalloc: removed OM_EMULATE_MALLOC
Location:
omalloc
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • omalloc/Makefile.am

    r3c78f6 rf609a9  
    1919
    2020SOURCES=\
    21 omBinPage.c       omList.c         omAllocEmulate.c omDebug.c        \
     21omBinPage.c       omList.c         omDebug.c        \
    2222om_Alloc.c        omDebugCheck.c   omOpts.c         omGetBackTrace.c \
    2323omAllocSystem.c   omError.c        omStats.c        omRet2Info.c     \
     
    6969## Test program
    7070
    71 TESTS = omtTest-m omtTest-r
     71TESTS = omtTest-r
    7272
    7373check_PROGRAMS = $(TESTS)
     
    7777OMTTESTSSOURCES = omtTestReal.c omtTestDebug.c omtTestKeep.c omtTestError.c omtTest.c
    7878
    79 omtTest_m_CPPFLAGS = ${AM_CPPFLAGS} -DOM_TEST_MALLOC
    80 omtTest_m_SOURCES  = $(OMTTESTSSOURCES)
    81 omtTest_m_LDADD    = libomalloc.la
    82 
    8379omtTest_r_SOURCES  = $(OMTTESTSSOURCES)
    8480omtTest_r_LDADD    = libomalloc.la
  • omalloc/omtTest.h

    r3c78f6 rf609a9  
    1919// #define KEEP_ADDR     0
    2020#define END_CHECK_LEVEL 5
    21 
    22 #ifdef OM_TEST_MALLOC
    23 #define OM_EMULATE_OMALLOC
    24 #endif
    25 
    2621
    2722#include "omStructs.h"
Note: See TracChangeset for help on using the changeset viewer.