opal_free_list_memory_t   63 opal/class/opal_free_list.c static void opal_free_list_allocation_release (opal_free_list_t *fl, opal_free_list_memory_t *fl_mem)
opal_free_list_memory_t  103 opal/class/opal_free_list.c         opal_free_list_allocation_release (fl, (opal_free_list_memory_t *) item);
opal_free_list_memory_t  167 opal/class/opal_free_list.c     opal_free_list_memory_t *alloc_ptr;
opal_free_list_memory_t  207 opal/class/opal_free_list.c     alloc_size = num_elements * head_size + sizeof(opal_free_list_memory_t) +
opal_free_list_memory_t  210 opal/class/opal_free_list.c     alloc_ptr = (opal_free_list_memory_t *) malloc(alloc_size);
opal_free_list_memory_t  243 opal/class/opal_free_list.c     ptr = (unsigned char*)alloc_ptr + sizeof(opal_free_list_memory_t);