5cadbbbf41
where to look for registrations that were used in the alloc/free code don't work (because the memory returned from malloc() -- whowever gets around to calling it) might actually be registered already. So just call malloc and free directly and avoid the whole issue when leave pinned is on. After all, you have to pay the registration cost sometime, and if leave pinned is on, you only have to pay it once. It makes things much simpler to have that once be at first use rather than during ALLOC_MEM, and as far as I can read, we're still standards conformant this way. This commit was SVN r10406. |
||
---|---|---|
.. | ||
base | ||
gm | ||
mvapi | ||
openib | ||
sm | ||
udapl | ||
Makefile.am | ||
mpool.h |