#include "libgomp.h"#include <stdlib.h>Include dependency graph for alloc.c:

Go to the source code of this file.
Functions | |
| void * | gomp_malloc (size_t size) |
| void * | gomp_malloc_cleared (size_t size) |
| void * | gomp_realloc (void *old, size_t size) |
| void* gomp_malloc | ( | size_t | size | ) |
Definition at line 34 of file alloc.c.
References gomp_fatal().
Referenced by alloc_work_share(), GOMP_critical_name_start(), gomp_init_work_share(), gomp_new_icv(), gomp_new_team(), gomp_new_thread_pool(), GOMP_task(), and gomp_work_share_start().
Here is the call graph for this function:

Here is the caller graph for this function:

| void* gomp_malloc_cleared | ( | size_t | size | ) |
Definition at line 43 of file alloc.c.
References gomp_fatal().
Here is the call graph for this function:

| void* gomp_realloc | ( | void * | old, | |
| size_t | size | |||
| ) |
Definition at line 52 of file alloc.c.
References gomp_fatal().
Referenced by gomp_team_start().
Here is the call graph for this function:

Here is the caller graph for this function:

1.4.7