Directory Core/Malloc/

Total Files:
6
Deleted Files:
1
Lines of Code:
2159

[root]/Core/Malloc

Lines of Code

Core/Malloc/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 30 (100.0%) 1605 (100.0%) 53.5
dav 2 (6.7%) 1386 (86.4%) 693.0
bigler 15 (50.0%) 185 (11.5%) 12.3
worthen 10 (33.3%) 26 (1.6%) 2.6
wmartin 1 (3.3%) 5 (0.3%) 5.0
abe 1 (3.3%) 3 (0.2%) 3.0
sparker 1 (3.3%) 0 (0.0%) 0.0

Most Recent Commits

worthen 2005-12-09 15:14 Rev.: 32788

print unsigned int/long when there is an error about using too much mem.

0 lines of code changed in 2 files:

  • Core/Malloc: AllocOS.cc (changed)
bigler 2005-10-13 14:13 Rev.: 32131


Reduced some warnings by commenting out unused function parameters and
using size_t instead of int (not everywhere mind you).

0 lines of code changed in 4 files:

  • Core/Malloc: Allocator.cc (changed), new.cc (new)
dav 2005-08-26 16:31 Rev.: 31722

Indented. Fixed compiler warning.

870 lines of code changed in 1 file:

  • Core/Malloc: Allocator.cc (+870 -864)
bigler 2005-08-26 11:49 Rev.: 31718


Put pragma in a compiler specific ifdef. No need to mess with pragmas
for other compilers.

4 lines of code changed in 1 file:

  • Core/Malloc: Allocator.cc (+4 -2)
abe 2005-08-26 00:57 Rev.: 31717



Added pragma to remove annoying fprintf format warning produced when compiling with icpc.

M Allocator.cc

3 lines of code changed in 1 file:

  • Core/Malloc: Allocator.cc (+3)
worthen 2005-07-14 12:37 Rev.: 31135

configure option to have scirun turn on the scinew line number

1 lines of code changed in 2 files:

  • Core/Malloc: AllocPriv.h (new)
bigler 2005-06-18 13:52 Rev.: 30774


Put stubs for the AllocatorSetDefaultTag family of functions for when
you have DISABLE_SCI_MALLOC set. A little bit of code reorganization
done as well.

63 lines of code changed in 1 file:

  • Core/Malloc: new.cc (+63 -45)
worthen 2005-06-15 13:51 Rev.: 30743

Move AllocatorSet*Tag stuff to be outside the auspices of #ifndef DISABLE_SCI_MALLOC

5 lines of code changed in 1 file:

  • Core/Malloc: new.cc (+5 -2)
bigler 2005-05-24 14:46 Rev.: 30369

Configure where bcopy is for Cygwin systems.

2 lines of code changed in 3 files:

  • Core/Malloc: Allocator.cc (+1 -1), malloc.cc (new)
wmartin 2005-05-16 10:07 Rev.: 30208

Microsoft compatibility.

5 lines of code changed in 1 file:

  • Core/Malloc: malloc.cc (+5 -1)
dav 2005-04-21 16:21 Rev.: 29897

Fix bug with allocator when sci-malloc is disabled. (Moved the 'emtpy' lock/unlock routines and the '#if DISABLE_SCI_MALLOC' to the top of the #if block.

516 lines of code changed in 1 file:

  • Core/Malloc: Allocator.cc (+516 -514)
sparker 2005-04-15 19:36 Rev.: 29841

Retire .cvsignore files

0 lines of code changed in 1 file:

  • Core/Malloc: .cvsignore (del)
worthen 2005-03-05 18:07 Rev.: 29171

get code using scinew and DISABLE_SCI_MALLOC to compile

2 lines of code changed in 1 file:

  • Core/Malloc: new.cc (+2 -2)
bigler 2005-03-04 15:44 Rev.: 29140

Added ability to keep track of the line number where the memory was allocated. While the API exposes it, it is currently turned off by a macro in AllocPriv.h. If it is turned on then you get the functionality. Since the macro is defined in AllocPriv.h and this file is only included by .cc files in this library you don't have to recompile the world if you want to turn it on. Uncomment the macro and recompile the library.

116 lines of code changed in 6 files:

  • Core/Malloc: AllocPriv.h (+11 -2), Allocator.cc (+89 -22), Allocator.h (+3 -3), malloc.cc (+1 -1), new.cc (+12 -12)
worthen 2005-02-21 21:59 Rev.: 28826

Get windows to compile - and have some code not compile based on the definition of DISABLE_SCI_MALLOC

18 lines of code changed in 4 files:

  • Core/Malloc: AllocOS.cc (+9), AllocPriv.h (+1 -1), Allocator.cc (+7 -2), malloc.cc (+1 -1)
Generated by StatSVN 0.4.0