bytes_allocated    42 opal/dss/dss_internal_functions.c     if ((buffer->bytes_allocated - buffer->bytes_used) >= bytes_to_add) {
bytes_allocated    51 opal/dss/dss_internal_functions.c         to_alloc = buffer->bytes_allocated;
bytes_allocated    77 opal/dss/dss_internal_functions.c     buffer->bytes_allocated = to_alloc;
bytes_allocated   102 opal/dss/dss_load_unload.c         buffer->bytes_allocated = 0;
bytes_allocated   114 opal/dss/dss_load_unload.c     buffer->bytes_allocated = buffer->bytes_used = bytes_used;
bytes_allocated   111 opal/dss/dss_open_close.c     buffer->bytes_allocated = buffer->bytes_used = 0;
bytes_allocated   293 opal/dss/dss_types.h     size_t bytes_allocated;
bytes_allocated  1152 opal/dss/dss_unpack.c         ptr[i]->bytes_allocated = nbytes;
bytes_allocated    49 opal/mca/mpool/hugepage/mpool_hugepage.h     opal_atomic_size_t bytes_allocated;
bytes_allocated   132 opal/mca/mpool/hugepage/mpool_hugepage_component.c     mca_mpool_hugepage_component.bytes_allocated = 0;
bytes_allocated   138 opal/mca/mpool/hugepage/mpool_hugepage_component.c                                              NULL, NULL, NULL, (void *) &mca_mpool_hugepage_component.bytes_allocated);
bytes_allocated   188 opal/mca/mpool/hugepage/mpool_hugepage_module.c     (void) opal_atomic_fetch_add_size_t (&mca_mpool_hugepage_component.bytes_allocated, size);
bytes_allocated   212 opal/mca/mpool/hugepage/mpool_hugepage_module.c         (void) opal_atomic_fetch_add_size_t (&mca_mpool_hugepage_component.bytes_allocated, -size);
bytes_allocated    48 opal/mca/pmix/pmix4x/pmix/src/common/pmix_data.c         (b)->bytes_allocated = (db)->bytes_allocated;       \
bytes_allocated    53 opal/mca/pmix/pmix4x/pmix/src/common/pmix_data.c         (db)->bytes_allocated = 0;                          \
bytes_allocated    62 opal/mca/pmix/pmix4x/pmix/src/common/pmix_data.c         (db)->bytes_allocated = (b)->bytes_allocated;   \
bytes_allocated    67 opal/mca/pmix/pmix4x/pmix/src/common/pmix_data.c         (b)->bytes_allocated = 0;                       \
bytes_allocated   735 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_fns.c     if ((buffer->bytes_allocated - buffer->bytes_used) >= bytes_to_add) {
bytes_allocated   744 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_fns.c         to_alloc = buffer->bytes_allocated;
bytes_allocated   758 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_fns.c         memset(buffer->base_ptr + pack_offset, 0, to_alloc - buffer->bytes_allocated);
bytes_allocated   772 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_fns.c     buffer->bytes_allocated = to_alloc;
bytes_allocated   137 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_frame.c     buffer->bytes_allocated = buffer->bytes_used = 0;
bytes_allocated   774 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_unpack.c         ptr[i].bytes_allocated = nbytes;
bytes_allocated    87 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/bfrops_types.h     size_t bytes_allocated;
bytes_allocated   115 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/bfrops_types.h         (b)->bytes_allocated = (s);                     \
bytes_allocated   141 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/bfrops_types.h         (b)->bytes_allocated = 0;               \
bytes_allocated   850 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v12/unpack.c         ptr[i].bytes_allocated = nbytes;
bytes_allocated   927 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/unpack.c         ptr[i].bytes_allocated = nbytes;
bytes_allocated   146 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_stubs.c                     buf.bytes_allocated = buf.bytes_used = msg->hdr.nbytes;