add feature to memPool for detecting misuse of records by clients, also added a funct...
authorjjenista <jjenista>
Wed, 27 Oct 2010 23:48:17 +0000 (23:48 +0000)
committerjjenista <jjenista>
Wed, 27 Oct 2010 23:48:17 +0000 (23:48 +0000)
commitd639fd3523b44b4d06d3787415437e6c6862cee4
tree2b7274f75eaef71e20cd7e2cb47db1fe8c107006
parent79b1dde54ae4e9563e7d6ca392360ed3c42629af
add feature to memPool for detecting misuse of records by clients, also added a function pointer input to mem pool so clients can customize an initializer for freshly allocated records to save duplicatation and maintenance, also mem pool changes were breaking squeue, just define a local version of the two structs it needs
Robust/src/Benchmarks/oooJava/micro-master-makefile
Robust/src/IR/Flat/BuildCode.java
Robust/src/Runtime/memPool.h
Robust/src/Runtime/mlp_runtime.c
Robust/src/Runtime/mlp_runtime.h
Robust/src/Runtime/squeue.h
Robust/src/buildscript