Directory Core/Malloc/

Total Files:
9
Deleted Files:
0
Lines of Code:
2629

[root]/Core/Malloc

Lines of Code

Core/Malloc/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 32 (100.0%) 40 (100.0%) 1.2
jas 24 (75.0%) 34 (85.0%) 1.4
ahumphrey 6 (18.8%) 6 (15.0%) 1.0
dav 2 (6.3%) 0 (0.0%) 0.0

Most Recent Commits

ahumphrey 2016-09-15 13:37 Rev.: 55749

More concurrency work on MPI recv engine - also moving to straight mutex sync on task queues (no CrowdMonitor). Ultimately these queues need to be lock-free data structures.

Cleaned up ProcesorGroup, along with some other misc formatting/cleanup while under the hood.

Updates to tsan_suppression file

1 lines of code changed in 2 files:

  • Core/Malloc: Allocator.cc (new)
ahumphrey 2016-06-13 11:46 Rev.: 55440

Replace usage of NULL macro (type int) with nullptr (pointer literal of type: nullptr_t).

nullptr is implicitly convertible and comparable to any pointer type or pointer-to-member type, but is not implicitly comparable to integral types, except that it is convertible to bool (explicitly).

5 lines of code changed in 3 files:

  • Core/Malloc: AllocOS.cc (+1 -1), Allocator.cc (+4 -4)
ahumphrey 2016-06-10 13:03 Rev.: 55432

Remove final remnants of Core/Thread

0 lines of code changed in 1 file:

  • Core/Malloc: Allocator.cc (-1)
dav 2016-05-23 17:43 Rev.: 55375

Fix for: At least with gcc 4.7.2 on Vulcan, when using c++11, '__linux' is not defined.

0 lines of code changed in 2 files:

  • Core/Malloc: malloc.cc (new)
jas 2016-03-15 20:40 Rev.: 55039

Add Uintah namespace.

0 lines of code changed in 2 files:

  • Core/Malloc: new.cc (changed)
jas 2016-03-15 20:20 Rev.: 55038

Add using namespace Uintah.

2 lines of code changed in 1 file:

  • Core/Malloc: malloc.cc (+2)
jas 2016-03-15 18:25 Rev.: 55029

More changes from SCIRun to Uintah. Delete unused SCIRun build_script files.

1 lines of code changed in 2 files:

  • Core/Malloc: testmem_init.h.in (+1 -1)
jas 2016-03-15 18:24 Rev.: 55024

Move non-conflicting classes that were in SCIRun namespace to Uintah namespace.

23 lines of code changed in 10 files:

  • Core/Malloc: AllocOS.cc (+2 -2), AllocOS.h (new), AllocPriv.h (new), Allocator.cc (+2 -2), Allocator.h (new), malloc.cc (+2 -3), new.cc (+8 -9)
jas 2016-01-08 15:45 Rev.: 54640

Update copyright date to 2016.

8 lines of code changed in 9 files:

  • Core/Malloc: AllocOS.cc (+1 -1), AllocOS.h (+1 -1), AllocPriv.h (+1 -1), Allocator.cc (+1 -1), Allocator.h (+1 -1), malloc.cc (+1 -1), new.cc (+1 -1), sub.mk (new)
Generated by StatSVN 0.7.0