libgomp: acc_malloc

1 
1 5.15 'acc_malloc' - Allocate device memory.
1 ===========================================
1 
1 _Description_
1      This function allocates LEN bytes of device memory.  It returns the
1      device address of the allocated memory.
1 
1 _C/C++_:
1      _Prototype_:   'd_void* acc_malloc(size_t len);'
1 
1 _Reference_:
1      OpenACC specification v2.0 (https://www.openacc.org), section
1      3.2.15.
1