Arax -8d09c51940345c86062e8ef2427c705ae66e5926
A Runtime Framework for Decoupling Applications from Heterogeneous Accelerators
Loading...
Searching...
No Matches
test.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include "malloc.h"
+ Include dependency graph for test.c:

Go to the source code of this file.

Macros

#define POOL_SIZE   1024 * 1024 * 1024
 
#define ALLOC_SIZE   1024
 

Functions

int main (int argc, char *argv[])
 

Variables

char * pool
 
void ** pointers
 

Macro Definition Documentation

◆ ALLOC_SIZE

#define ALLOC_SIZE   1024

Definition at line 5 of file test.c.

Referenced by main().

◆ POOL_SIZE

#define POOL_SIZE   1024 * 1024 * 1024

Definition at line 4 of file test.c.

Referenced by main().

Function Documentation

◆ main()

int main ( int argc,
char * argv[] )

Definition at line 9 of file test.c.

References ALLOC_SIZE, pointers, pool, and POOL_SIZE.

Variable Documentation

◆ pointers

void** pointers

Definition at line 7 of file test.c.

Referenced by main().

◆ pool

char* pool

Definition at line 6 of file test.c.

Referenced by main().