1
1
openmpi/opal/memory
Brian Barrett c8865bd5c1 * remove bool from internal interface, since we might not want to include
ompi_config.h in some of the intercept mechanisms.
* Intercept munmap when called directly by the user when we are using
  ptmalloc2 (previously we only covered when the user called free()).
* Don't go through the locking and list traversal logic trying to fire
  callbacks until there is actually a callback to fire.  This is both
  a performance boost and a way to cope with the hook callback being
  triggered before opal_init.

This commit was SVN r6818.
2005-08-12 13:35:01 +00:00
..
ptmalloc2 * remove bool from internal interface, since we might not want to include 2005-08-12 13:35:01 +00:00
Makefile.am * Add memory dispatching code for OPAL. This allows anyone to register 2005-08-09 22:40:42 +00:00
memory_internal.h * remove bool from internal interface, since we might not want to include 2005-08-12 13:35:01 +00:00
memory.c * remove bool from internal interface, since we might not want to include 2005-08-12 13:35:01 +00:00
memory.h * Add memory dispatching code for OPAL. This allows anyone to register 2005-08-09 22:40:42 +00:00