LLVM OpenMP 20.0.0git
Macros | Functions
omp_aligned_calloc.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <omp.h>

Go to the source code of this file.

Macros

#define NTH   8
 
#define AL0   64
 
#define AL1   128
 

Functions

int main ()
 

Macro Definition Documentation

◆ AL0

#define AL0   64

Definition at line 8 of file omp_aligned_calloc.c.

◆ AL1

#define AL1   128

Definition at line 9 of file omp_aligned_calloc.c.

◆ NTH

#define NTH   8

Definition at line 7 of file omp_aligned_calloc.c.

Function Documentation

◆ main()

int main ( void  )