source: git/omalloc @ f3b65d

spielwiese
Name Size Rev Age Author Last Change
../
README 0 bytes 9634a6   13 years mohamed.barakat started migration to automake in top level and omalloc
omtTestReal.c 34 bytes 991dd9   7 years hannes use include ".." for singular related .h, p5
omtTestKeep.c 52 bytes 599326   14 years krueger Anne, Kai, Frank: - changes to #include "..." statements to allow ...
omtTestDebug.c 53 bytes 991dd9   7 years hannes use include ".." for singular related .h, p5
.gitignore 69 bytes eac92a   10 years Oleksandr Motsak <http://goo.gl/mcpzY> Update .gitignore-s due to changes in BS
omalloc.pc.in 344 bytes 75f460   9 years hannes format
omalloc_provide.c 531 bytes 991dd9   7 years hannes use include ".." for singular related .h, p5
omalloc_debug.c 540 bytes 991dd9   7 years hannes use include ".." for singular related .h, p5
omGetBackTrace.h 603 bytes e1189c   10 years hannes chg: disable omInitGetBackTrace/omGetBackTrace if __OPTIMIZE__ is defined
omOpts.c 668 bytes db143c   5 years hannes integrate xalloc into omalloc (./configure --disable-omalloc)
omMalloc.h 673 bytes de0827   7 years hannes omalloc: removed unused dlmalloc
omOpts.h 676 bytes 6ce030f   12 years Oleksandr removal of the $Id$ svn tag from everywhere NOTE: the git SHA1 may be ...
omalloc.dox 755 bytes 75f460   9 years hannes format
omAllocFunc.h 835 bytes fbb4e4   9 years felix.janda omalloc: Use void *memalign(size_t, size_t) unconditionally All ...
omAllocFunc.c 844 bytes db143c   5 years hannes integrate xalloc into omalloc (./configure --disable-omalloc)
omStructs.h 967 bytes 6ce030f   12 years Oleksandr removal of the $Id$ svn tag from everywhere NOTE: the git SHA1 may be ...
omAllocEmulate.c 971 bytes e51781   7 years hannes omalloc: malloc_usable_sie, malloc_size
omMmap.c 1.1 KB 6932bc   7 years hannes omalloc: more "static inline"
omMallocSystem.h 1.1 KB 79e9d1   5 years hannes fix: xalloc for OsX: malloc.h vs. malloc/malloc.h
omallocClass.cc 1.3 KB db143c   5 years hannes integrate xalloc into omalloc (./configure --disable-omalloc)
COPYING 1.4 KB 68df85   6 years hannes version 4.1.1, p1
omGetPageSize.h 1.4 KB 6ce030f   12 years Oleksandr removal of the $Id$ svn tag from everywhere NOTE: the git SHA1 may be ...
omalloc.h 1.4 KB db143c   5 years hannes integrate xalloc into omalloc (./configure --disable-omalloc)
omAllocSystem.h 1.6 KB 5c8d860   7 years hannes force inclusion of omConfig in omAllocSystem.h
omallocClass.h 1.8 KB 991dd9   7 years hannes use include ".." for singular related .h, p5
omInlineDecl.h 2.1 KB 6ce030f   12 years Oleksandr removal of the $Id$ svn tag from everywhere NOTE: the git SHA1 may be ...
omReturn.h 2.1 KB 78528e   8 years hannes better test for __builtin_return_address in omDebug.c
omStats.h 2.3 KB 79a3ee   8 years hannes fix: count omalloc-internal small blocks from malloc
omalloc.c 2.3 KB adcd737   7 years hannes omalloc: fprintf -> fputs, fputc
omBin.h 2.4 KB 979bd0f   11 years hannes fix: omBin.c:omGetUsedBytesOfBin
Makefile.am 2.5 KB fae437c   5 years hannes chg: cross compile for Singular (p_Procs_Generate)
omGetBackTrace.c 2.5 KB db143c   5 years hannes integrate xalloc into omalloc (./configure --disable-omalloc)
omError.h 2.9 KB d101b1   11 years Oleksandr Motsak <http://goo.gl/mcpzY> Silence some warnings about statements without effect Insired by ...
omRet2Info.h 3.0 KB d101b1   11 years Oleksandr Motsak <http://goo.gl/mcpzY> Silence some warnings about statements without effect Insired by ...
omBinPage.h 3.3 KB 8450df   8 years hannes fix: prefer macro
omTables1.c 3.6 KB a01878   5 years hannes chg: croos compile for omalloc
omDerivedConfig.h 3.7 KB d101b1   11 years Oleksandr Motsak <http://goo.gl/mcpzY> Silence some warnings about statements without effect Insired by ...
omtTest.h 4.3 KB 83342d   7 years hannes removed omalloc/mylimits.h - assuming that limits.h provide the ...
omPage.h 4.3 KB 6ce030f   12 years Oleksandr removal of the $Id$ svn tag from everywhere NOTE: the git SHA1 may be ...
omList.c 5.0 KB db143c   5 years hannes integrate xalloc into omalloc (./configure --disable-omalloc)
omStats.c 5.3 KB db143c   5 years hannes integrate xalloc into omalloc (./configure --disable-omalloc)
omError.c 5.4 KB db143c   5 years hannes integrate xalloc into omalloc (./configure --disable-omalloc)
omList.h 5.5 KB 6ce030f   12 years Oleksandr removal of the $Id$ svn tag from everywhere NOTE: the git SHA1 may be ...
omTables.c 5.8 KB a01878   5 years hannes chg: croos compile for omalloc
omInline.h 5.9 KB 6ce030f   12 years Oleksandr removal of the $Id$ svn tag from everywhere NOTE: the git SHA1 may be ...
omRet2Info.c 6.5 KB 75f460   9 years hannes format
om_Alloc.c 6.5 KB db143c   5 years hannes integrate xalloc into omalloc (./configure --disable-omalloc)
omMemOps.h 7.6 KB 6ce030f   12 years Oleksandr removal of the $Id$ svn tag from everywhere NOTE: the git SHA1 may be ...
omDebug.h 8.8 KB 80f8f6c   8 years quatermaster correct spelling errors as detected by Lintian
omtTestAlloc.c 9.0 KB be127e   10 years Oleksandr Omalloc should not reference itself in include pathes
omDefaultConfig.h 9.6 KB 83342d   7 years hannes removed omalloc/mylimits.h - assuming that limits.h provide the ...
xalloc.h 9.9 KB 79e9d1   5 years hannes fix: xalloc for OsX: malloc.h vs. malloc/malloc.h
omAllocSystem.c 10.1 KB 79e9d1   5 years hannes fix: xalloc for OsX: malloc.h vs. malloc/malloc.h
omtTest.c 10.3 KB be127e   10 years Oleksandr Omalloc should not reference itself in include pathes
omtTestError.c 11.4 KB be127e   10 years Oleksandr Omalloc should not reference itself in include pathes
omDebug.c 17.1 KB 83342d   7 years hannes removed omalloc/mylimits.h - assuming that limits.h provide the ...
configure.ac 17.2 KB f3b65d   5 years hannes fix: pagesize via 'getconf PAGESIZE' (POSIX)
omBinPage.c 17.8 KB db143c   5 years hannes integrate xalloc into omalloc (./configure --disable-omalloc)
omDebugCheck.c 18.6 KB 48eb34   6 years hannes fix: Exp/Log tables for modulo.cc, omtTest-r (debug version), undef. memory
omBin.c 19.6 KB db143c   5 years hannes integrate xalloc into omalloc (./configure --disable-omalloc)
omAllocPrivate.h 20.2 KB 991dd9   7 years hannes use include ".." for singular related .h, p5
omAllocDecl.h 21.1 KB 266ddd   8 years hannes chg: some compiler warnings
omDebugTrack.c 24.2 KB db143c   5 years hannes integrate xalloc into omalloc (./configure --disable-omalloc)
  • Property mode set to 040000
Note: See TracBrowser for help on using the repository browser.