|
PLASMA
2.4.5
PLASMA - Parallel Linear Algebra for Scalable Multi-core Architectures
|

Go to the source code of this file.
Functions | |
| void * | plasma_shared_alloc (plasma_context_t *plasma, size_t size, int type) |
| void | plasma_shared_free (plasma_context_t *plasma, void *ptr) |
| void * | plasma_private_alloc (plasma_context_t *plasma, size_t size, int type) |
| void | plasma_private_free (plasma_context_t *plasma, void *ptr) |
PLASMA auxiliary routines PLASMA is a software package provided by Univ. of Tennessee, Univ. of California Berkeley and Univ. of Colorado Denver
Definition in file allocate.h.
| void* plasma_private_alloc | ( | plasma_context_t * | plasma, |
| size_t | size, | ||
| int | type | ||
| ) |
Definition at line 51 of file allocate.c.
References plasma_element_size(), and plasma_error().


| void plasma_private_free | ( | plasma_context_t * | plasma, |
| void * | ptr | ||
| ) |
Definition at line 69 of file allocate.c.

| void* plasma_shared_alloc | ( | plasma_context_t * | plasma, |
| size_t | size, | ||
| int | type | ||
| ) |
Definition at line 23 of file allocate.c.
References plasma_element_size(), and plasma_error().


| void plasma_shared_free | ( | plasma_context_t * | plasma, |
| void * | ptr | ||
| ) |
Definition at line 41 of file allocate.c.
