Searched refs:phoenix_mem_malloc (Results 1 - 6 of 6) sorted by relevance

/barrelfish-master/lib/phoenix/
H A Dmemory.h33 void *phoenix_mem_malloc (size_t size);
H A Dtpool.c73 tpool->args = (void **)phoenix_mem_malloc (sizeof (void *) * num_threads);
80 tpool->threads = (struct thread **)phoenix_mem_malloc (sizeof (struct thread *) * num_threads);
84 tpool->thread_args = (thread_arg_t *)phoenix_mem_malloc (
118 tpool->thread_args[i].ret = (void **)phoenix_mem_malloc (sizeof (void *));
215 rets = (void **)phoenix_mem_malloc (sizeof (void *) * tpool->num_threads);
H A Dmemory.c42 void *phoenix_mem_malloc (size_t size) function
H A Diterator.c44 (keyvals_t **)phoenix_mem_malloc (sizeof(keyvals_t *) * num_lists);
H A DtaskQ.c233 q = (queue_t*) phoenix_mem_malloc (sizeof(queue_t));
310 entry = (tq_entry_t *)phoenix_mem_malloc (sizeof (tq_entry_t));
338 entry = (tq_entry_t *)phoenix_mem_malloc (sizeof (tq_entry_t));
H A Dmap_reduce.c372 env = phoenix_mem_malloc (sizeof (mr_env_t));
467 env->intermediate_vals = (keyvals_arr_t **)phoenix_mem_malloc (
588 th_arg_array = (thread_arg_t **)phoenix_mem_malloc (
598 th_arg_array[thread_index] = phoenix_mem_malloc (sizeof (thread_arg_t));
1100 task = (task_queued *)phoenix_mem_malloc (sizeof (task_queued));
1501 phoenix_mem_malloc (arr->alloc_len * sizeof (keyvals_t));
1526 new_vals = phoenix_mem_malloc
1559 new_vals = phoenix_mem_malloc (sizeof (val_t) + alloc_size * sizeof (void *));
1591 arr->arr = (keyval_t*)phoenix_mem_malloc(arr->alloc_len * sizeof(keyval_t));
1662 phoenix_mem_malloc(sizeo
[all...]

Completed in 45 milliseconds