1
1
openmpi/opal/mca/mpool/base
Nathan Hjelm 6ffc7cc96c mpool: add new base module type "basic"
This commit adds a new mpool base module type: basic. This module can
be used with an opal_free_list_t to allocate space from a
pre-allocated block (such as a shared memory region). The new module
only supports allocation and is not meant for more dynamic use cases
at this time.

Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
2019-01-14 15:48:46 -07:00
..
base.h mpool: add new base module type "basic" 2019-01-14 15:48:46 -07:00
help-mpool-base.txt opal: rework mpool and rcache frameworks 2016-03-14 10:50:41 -06:00
Makefile.am mpool: add new base module type "basic" 2019-01-14 15:48:46 -07:00
mpool_base_alloc.c mpool/base: plug a memory leak 2017-12-07 09:06:25 +09:00
mpool_base_basic.c mpool: add new base module type "basic" 2019-01-14 15:48:46 -07:00
mpool_base_default.c Update mca_mpool_base_alloc to use malloc instead of posix_memalign for alignment requests of <= sizeof(void *). This works around issue #4564. 2017-12-05 09:51:31 +11:00
mpool_base_frame.c mpool/base: plug a memory leak on finalize 2017-01-06 11:35:58 +09:00
mpool_base_lookup.c opal: rework mpool and rcache frameworks 2016-03-14 10:50:41 -06:00
mpool_base_tree.c Handle asprintf errors with opal_asprintf wrapper 2018-10-08 16:43:53 -07:00
mpool_base_tree.h opal: rework mpool and rcache frameworks 2016-03-14 10:50:41 -06:00
owner.txt add owner files to opa/ompi/orte mca directories 2015-02-22 15:10:23 -07:00