PLASMA  2.4.5
PLASMA - Parallel Linear Algebra for Scalable Multi-core Architectures
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
core_alloc.c File Reference
#include <stdlib.h>
#include "common.h"
Include dependency graph for core_alloc.c:

Go to the source code of this file.

Functions

void CORE_free_quark (Quark *quark)
void QUARK_CORE_free (Quark *quark, Quark_Task_Flags *task_flags, void *A, int szeA)
void CORE_foo_quark (Quark *quark)
void CORE_foo2_quark (Quark *quark)

Detailed Description

PLASMA core_blas kernel PLASMA is a software package provided by Univ. of Tennessee, Univ. of California Berkeley and Univ. of Colorado Denver

Version:
2.4.5
Author:
Mathieu Faverge
Date:
2010-11-15

Definition in file core_alloc.c.


Function Documentation

void CORE_foo2_quark ( Quark quark)

Definition at line 45 of file core_alloc.c.

References A, B, and quark_unpack_args_2.

{
void *A, *B;
quark_unpack_args_2(quark, A, B);
}

Here is the caller graph for this function:

void CORE_foo_quark ( Quark quark)

Definition at line 40 of file core_alloc.c.

References A, and quark_unpack_args_1.

{
void *A;
}

Here is the caller graph for this function:

void CORE_free_quark ( Quark quark)

Definition at line 20 of file core_alloc.c.

References A, and quark_unpack_args_1.

{
void *A;
if (A != NULL)
free(A);
}

Here is the caller graph for this function:

void QUARK_CORE_free ( Quark quark,
Quark_Task_Flags task_flags,
void *  A,
int  szeA 
)

Definition at line 32 of file core_alloc.c.

References CORE_free_quark(), INOUT, and QUARK_Insert_Task().

{
quark, CORE_free_quark, task_flags,
szeA, A, INOUT,
0);
}

Here is the call graph for this function:

Here is the caller graph for this function: