source: git/omalloc @ 1a845e

spielwiese
Name Size Rev Age Author Last Change
../
.gitignore 69 bytes eac92a   10 years Oleksandr Motsak <http://goo.gl/mcpzY> Update .gitignore-s due to changes in BS
AUTHORS 0 bytes 9634a6   13 years mohamed.barakat started migration to automake in top level and omalloc
ChangeLog 0 bytes 9634a6   13 years mohamed.barakat started migration to automake in top level and omalloc
configure.ac 16.8 KB 1a845e   6 years hannes warnings in autoconf/automake part about AM_PROG_AR/LT_INIT
COPYING 1.4 KB f7ced6   10 years hannes version 4-0-1
Makefile.am 2.2 KB 83342d   7 years hannes removed omalloc/mylimits.h - assuming that limits.h provide the ...
NEWS 0 bytes 9634a6   13 years mohamed.barakat started migration to automake in top level and omalloc
om_Alloc.c 6.5 KB 991dd9   7 years hannes use include ".." for singular related .h, p5
omalloc.c 2.3 KB adcd737   7 years hannes omalloc: fprintf -> fputs, fputc
omalloc.dox 755 bytes 75f460   9 years hannes format
omalloc.h 1.3 KB 991dd9   7 years hannes use include ".." for singular related .h, p5
omalloc.pc.in 344 bytes 75f460   9 years hannes format
omalloc_debug.c 540 bytes 991dd9   7 years hannes use include ".." for singular related .h, p5
omalloc_provide.c 531 bytes 991dd9   7 years hannes use include ".." for singular related .h, p5
omallocClass.cc 1.3 KB 991dd9   7 years hannes use include ".." for singular related .h, p5
omallocClass.h 1.8 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
omAllocEmulate.c 971 bytes e51781   7 years hannes omalloc: malloc_usable_sie, malloc_size
omAllocFunc.c 787 bytes 6ce030f   12 years Oleksandr removal of the $Id$ svn tag from everywhere NOTE: the git SHA1 may be ...
omAllocFunc.h 835 bytes fbb4e4   9 years felix.janda omalloc: Use void *memalign(size_t, size_t) unconditionally All ...
omAllocPrivate.h 20.2 KB 991dd9   7 years hannes use include ".." for singular related .h, p5
omAllocSystem.c 10.0 KB 4b73d0   6 years hannes fix: includes for malloc_size/malloc_usable_size
omAllocSystem.h 1.6 KB 5c8d860   7 years hannes force inclusion of omConfig in omAllocSystem.h
omBin.c 19.6 KB adcd737   7 years hannes omalloc: fprintf -> fputs, fputc
omBin.h 2.4 KB 979bd0f   11 years hannes fix: omBin.c:omGetUsedBytesOfBin
omBinPage.c 17.8 KB 83342d   7 years hannes removed omalloc/mylimits.h - assuming that limits.h provide the ...
omBinPage.h 3.3 KB 8450df   7 years hannes fix: prefer macro
omDebug.c 17.1 KB 83342d   7 years hannes removed omalloc/mylimits.h - assuming that limits.h provide the ...
omDebug.h 8.8 KB 80f8f6c   8 years quatermaster correct spelling errors as detected by Lintian
omDebugCheck.c 18.5 KB 83342d   7 years hannes removed omalloc/mylimits.h - assuming that limits.h provide the ...
omDebugTrack.c 24.2 KB 83342d   7 years hannes removed omalloc/mylimits.h - assuming that limits.h provide the ...
omDefaultConfig.h 9.6 KB 83342d   7 years hannes removed omalloc/mylimits.h - assuming that limits.h provide the ...
omDerivedConfig.h 3.7 KB d101b1   11 years Oleksandr Motsak <http://goo.gl/mcpzY> Silence some warnings about statements without effect Insired by ...
omError.c 5.4 KB adcd737   7 years hannes omalloc: fprintf -> fputs, fputc
omError.h 2.9 KB d101b1   11 years Oleksandr Motsak <http://goo.gl/mcpzY> Silence some warnings about statements without effect Insired by ...
omGetBackTrace.c 2.4 KB 75f460   9 years hannes format
omGetBackTrace.h 603 bytes e1189c   10 years hannes chg: disable omInitGetBackTrace/omGetBackTrace if __OPTIMIZE__ is defined
omGetPageSize.h 1.4 KB 6ce030f   12 years Oleksandr removal of the $Id$ svn tag from everywhere NOTE: the git SHA1 may be ...
omInline.h 5.9 KB 6ce030f   12 years Oleksandr removal of the $Id$ svn tag from everywhere NOTE: the git SHA1 may be ...
omInlineDecl.h 2.1 KB 6ce030f   12 years Oleksandr removal of the $Id$ svn tag from everywhere NOTE: the git SHA1 may be ...
omList.c 5.0 KB be127e   10 years Oleksandr Omalloc should not reference itself in include pathes
omList.h 5.5 KB 6ce030f   12 years Oleksandr removal of the $Id$ svn tag from everywhere NOTE: the git SHA1 may be ...
omMalloc.h 673 bytes de0827   7 years hannes omalloc: removed unused dlmalloc
omMallocSystem.h 1.0 KB 4b73d0   6 years hannes fix: includes for malloc_size/malloc_usable_size
omMemOps.h 7.6 KB 6ce030f   12 years Oleksandr removal of the $Id$ svn tag from everywhere NOTE: the git SHA1 may be ...
omMmap.c 1.1 KB 6932bc   7 years hannes omalloc: more "static inline"
omOpts.c 640 bytes be127e   10 years Oleksandr Omalloc should not reference itself in include pathes
omOpts.h 676 bytes 6ce030f   12 years Oleksandr removal of the $Id$ svn tag from everywhere NOTE: the git SHA1 may be ...
omPage.h 4.3 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
omRet2Info.h 3.0 KB d101b1   11 years Oleksandr Motsak <http://goo.gl/mcpzY> Silence some warnings about statements without effect Insired by ...
omReturn.h 2.1 KB 78528e   8 years hannes better test for __builtin_return_address in omDebug.c
omStats.c 5.1 KB adcd737   7 years hannes omalloc: fprintf -> fputs, fputc
omStats.h 2.3 KB 79a3ee   8 years hannes fix: count omalloc-internal small blocks from malloc
omStructs.h 967 bytes 6ce030f   12 years Oleksandr removal of the $Id$ svn tag from everywhere NOTE: the git SHA1 may be ...
omTables.c 6.2 KB 9da0b0   10 years Oleksandr Fix omalloc
omtTest.c 10.3 KB be127e   10 years Oleksandr Omalloc should not reference itself in include pathes
omtTest.h 4.3 KB 83342d   7 years hannes removed omalloc/mylimits.h - assuming that limits.h provide the ...
omtTestAlloc.c 9.0 KB be127e   10 years Oleksandr Omalloc should not reference itself in include pathes
omtTestDebug.c 53 bytes 991dd9   7 years hannes use include ".." for singular related .h, p5
omtTestError.c 11.4 KB be127e   10 years Oleksandr Omalloc should not reference itself in include pathes
omtTestKeep.c 52 bytes 599326   14 years krueger Anne, Kai, Frank: - changes to #include "..." statements to allow ...
omtTestReal.c 34 bytes 991dd9   7 years hannes use include ".." for singular related .h, p5
README 0 bytes 9634a6   13 years mohamed.barakat started migration to automake in top level and omalloc
  • Property mode set to 040000
Note: See TracBrowser for help on using the repository browser.