Changeset be127e in git for omalloc


Ignore:
Timestamp:
Jun 5, 2014, 4:36:56 AM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
cc86dd0d4b6e977765842c9a233c9e76cfedfed7
Parents:
c6573ff5338e7b1f606ac98942ea8efabad3e12c
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-06-05 04:36:56+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-06-05 16:47:15+02:00
Message:
Omalloc should not reference itself in include pathes
Location:
omalloc
Files:
22 edited

Legend:

Unmodified
Added
Removed
  • omalloc/omAllocEmulate.c

    rc6573f rbe127e  
    88#include <string.h>
    99
    10 #include <omalloc/omMalloc.h>
     10#include "omMalloc.h"
    1111
    1212#ifdef OM_EMULATE_OMALLOC
  • omalloc/omAllocSystem.c

    rc6573f rbe127e  
    1313
    1414#include "omConfig.h"
    15 #include <omalloc/omDefaultConfig.h>
    16 #include <omalloc/omMalloc.h>
    17 #include <omalloc/omalloc.h>
     15#include "omDefaultConfig.h"
     16#include "omMalloc.h"
     17#include "omalloc.h"
    1818/* include after omMalloc.h */
    1919#include <string.h>
  • omalloc/omBin.c

    rc6573f rbe127e  
    66 *******************************************************************/
    77
    8 #include <omalloc/omalloc.h>
     8#include "omalloc.h"
    99/* this should go away */
    1010
  • omalloc/omBinPage.c

    rc6573f rbe127e  
    66 *******************************************************************/
    77#include <mylimits.h>
    8 #include <omalloc/omalloc.h>
    9 #include <omalloc/omDefaultConfig.h>
     8#include "omalloc.h"
     9#include "omDefaultConfig.h"
    1010
    1111/*******************************************************************
     
    477477 *******************************************************************/
    478478#ifndef OM_NDEBUG
    479 #include <omalloc/omDebug.h>
     479#include "omDebug.h"
    480480
    481481int omIsKnownMemoryRegion(omBinPageRegion region)
  • omalloc/omDebug.c

    rc6573f rbe127e  
    88#include <string.h>
    99#include "omConfig.h"
    10 #include <omalloc/omalloc.h>
    11 #include <omalloc/omDebug.h>
    12 #include <omalloc/omReturn.h>
     10#include "omalloc.h"
     11#include "omDebug.h"
     12#include "omReturn.h"
    1313
    1414#ifndef OM_NDEBUG
  • omalloc/omDebugCheck.c

    rc6573f rbe127e  
    88#include <stdarg.h>
    99
    10 #include <omalloc/omalloc.h>
    11 #include <omalloc/omDebug.h>
     10#include "omalloc.h"
     11#include "omDebug.h"
    1212
    1313#ifndef OM_NDEBUG
  • omalloc/omDebugTrack.c

    rc6573f rbe127e  
    88#include <string.h>
    99#include "omConfig.h"
    10 #include <omalloc/omDerivedConfig.h>
     10#include "omDerivedConfig.h"
    1111
    1212#ifdef OM_HAVE_TRACK
    13 #include <omalloc/omDefaultConfig.h>
    14 #include <omalloc/omalloc.h>
     13#include "omDefaultConfig.h"
     14#include "omalloc.h"
    1515
    1616/*******************************************************************
     
    732732
    733733#ifndef OM_HAVE_TRACK
    734 #include <omalloc/omalloc.h>
     734#include "omalloc.h"
    735735#endif
    736736
  • omalloc/omDefaultConfig.h

    rc6573f rbe127e  
    2323********************************************************************/
    2424#include <mylimits.h>
    25 #include <omalloc/omConfig.h>
     25#include "omConfig.h"
    2626/* if external config was provided, 'make' makes links from it to omExternalConfig.h */
    2727#ifdef OM_HAVE_EXTERNAL_CONFIG_H
    28 #include <omalloc/omExternalConfig.h>
     28#include "omExternalConfig.h"
    2929#endif
    3030
  • omalloc/omError.c

    rc6573f rbe127e  
    77
    88#include <stdarg.h>
    9 #include <omalloc/omalloc.h>
     9#include "omalloc.h"
    1010
    1111omError_t om_ErrorStatus = omError_NoError;
  • omalloc/omList.c

    rc6573f rbe127e  
    171171
    172172#ifndef OM_NDEBUG
    173 #include <omalloc/omalloc.h>
    174 #include <omalloc/omDebug.h>
     173#include "omalloc.h"
     174#include "omDebug.h"
    175175
    176176omError_t _omCheckList(void* list, int next, int level, omError_t report, OM_FLR_DECL)
  • omalloc/omMalloc.h

    rc6573f rbe127e  
    88#define OM_MALLOC_H
    99
    10 #include <omalloc/omConfig.h>
     10#include "omConfig.h"
    1111
    1212#ifdef OMALLOC_USES_SYSTEM_MALLOC
  • omalloc/omOpts.c

    rc6573f rbe127e  
    66 *******************************************************************/
    77
    8 #include <omalloc/omalloc.h>
    9 #include <omalloc/omDefaultConfig.h>
     8#include "omalloc.h"
     9#include "omDefaultConfig.h"
    1010
    1111omOpts_t om_Opts =
  • omalloc/omStats.c

    rc6573f rbe127e  
    77#include <unistd.h>
    88#include "omConfig.h"
    9 #include <omalloc/omDefaultConfig.h>
    10 #include <omalloc/omMalloc.h>
    11 #include <omalloc/omalloc.h>
     9#include "omDefaultConfig.h"
     10#include "omMalloc.h"
     11#include "omalloc.h"
    1212
    1313omInfo_t om_Info = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
  • omalloc/omTables.c

    rc6573f rbe127e  
    1515#include <string.h>
    1616#include "omConfig.h"
    17 #include <omalloc/omDerivedConfig.h>
    18 #include <omalloc/omStructs.h>
    19 #include <omalloc/omAllocPrivate.h>
     17#include "omDerivedConfig.h"
     18#include "omStructs.h"
     19#include "omAllocPrivate.h"
    2020
    2121/* Specify the minimal number of blocks which should go into a bin */
  • omalloc/om_Alloc.c

    rc6573f rbe127e  
    88#define OM_ALLOC_C
    99
    10 #include <omalloc/omalloc.h>
     10#include "omalloc.h"
    1111/*******************************************************************
    1212 *
  • omalloc/omalloc.c

    rc6573f rbe127e  
    1313#define OMALLOC_C
    1414
    15 #include <omalloc/omalloc.h>
     15#include "omalloc.h"
    1616
    1717#ifdef OM_MALLOC_MARK_AS_STATIC
  • omalloc/omalloc.h

    rc6573f rbe127e  
    2828#endif
    2929
    30 #include <omalloc/omDerivedConfig.h>
    31 #include <omalloc/omError.h>
    32 #include <omalloc/omStructs.h>
    33 #include <omalloc/omAllocDecl.h>
    34 #include <omalloc/omInlineDecl.h>
    35 #include <omalloc/omBin.h>
    36 #include <omalloc/omMemOps.h>
    37 #include <omalloc/omList.h>
    38 #include <omalloc/omGetBackTrace.h>
    39 #include <omalloc/omRet2Info.h>
    40 #include <omalloc/omStats.h>
    41 #include <omalloc/omOpts.h>
    42 #include <omalloc/omBinPage.h>
    43 #include <omalloc/omAllocSystem.h>
     30#include "omDerivedConfig.h"
     31#include "omError.h"
     32#include "omStructs.h"
     33#include "omAllocDecl.h"
     34#include "omInlineDecl.h"
     35#include "omBin.h"
     36#include "omMemOps.h"
     37#include "omList.h"
     38#include "omGetBackTrace.h"
     39#include "omRet2Info.h"
     40#include "omStats.h"
     41#include "omOpts.h"
     42#include "omBinPage.h"
     43#include "omAllocSystem.h"
    4444#include <omalloc/omTables.h>
    45 #include <omalloc/omAllocPrivate.h>
    46 #include <omalloc/omDebug.h>
    47 #include <omalloc/omInline.h>
    48 #include <omalloc/omAllocFunc.h>
     45#include "omAllocPrivate.h"
     46#include "omDebug.h"
     47#include "omInline.h"
     48#include "omAllocFunc.h"
    4949
    5050#ifdef __cplusplus
  • omalloc/omalloc_debug.c

    rc6573f rbe127e  
    66 *  Created: 11/99
    77 *******************************************************************/
    8 #include <omalloc/omDefaultConfig.h>
     8#include "omDefaultConfig.h"
    99
    1010#define OM_TRACK OM_DEFAULT_MIN_TRACK
  • omalloc/omtTest.c

    rc6573f rbe127e  
    1 #include <omalloc/omtTest.h>
     1#include "omtTest.h"
    22
    33#if CHECK_LEVEL > 0
     
    55#endif
    66
    7 #include <omalloc/omalloc.h>
     7#include "omalloc.h"
    88
    99omMemCell_t cells[MAX_CELLS];
  • omalloc/omtTest.h

    rc6573f rbe127e  
    2121
    2222
    23 #include <omalloc/omStructs.h>
     23#include "omStructs.h"
    2424
    2525struct omMemCell_s
  • omalloc/omtTestAlloc.c

    rc6573f rbe127e  
    55 *  Created: 11/99
    66 *******************************************************************/
    7 #include <omalloc/omtTest.h>
     7#include "omtTest.h"
    88
    99#ifdef TEST_CHECK
     
    2424#endif
    2525
    26 #include <omalloc/omalloc.h>
     26#include "omalloc.h"
    2727
    2828#ifndef OM_ALIGNMENT_NEEDS_WORK
  • omalloc/omtTestError.c

    rc6573f rbe127e  
    1 #include <omalloc/omtTest.h>
     1#include "omtTest.h"
    22#define OM_CHECK 1
    3 #include <omalloc/omalloc.h>
     3#include "omalloc.h"
    44
    55struct LongSpec
Note: See TracChangeset for help on using the changeset viewer.