Allocates memory
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int_4), | DIMENSION(:), POINTER, CONTIGUOUS | :: | mem |
memory to allocate |
||
| integer, | intent(in) | :: | n |
length of elements to allocate |
||
| type(dbcsr_memtype_type), | intent(in) | :: | mem_type |
memory type |
Allocates memory
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int_8), | DIMENSION(:), POINTER, CONTIGUOUS | :: | mem |
memory to allocate |
||
| integer, | intent(in) | :: | n |
length of elements to allocate |
||
| type(dbcsr_memtype_type), | intent(in) | :: | mem_type |
memory type |
Allocates memory
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real_4), | DIMENSION(:), POINTER, CONTIGUOUS | :: | mem |
memory to allocate |
||
| integer, | intent(in) | :: | n |
length of elements to allocate |
||
| type(dbcsr_memtype_type), | intent(in) | :: | mem_type |
memory type |
Allocates memory
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real_8), | DIMENSION(:), POINTER, CONTIGUOUS | :: | mem |
memory to allocate |
||
| integer, | intent(in) | :: | n |
length of elements to allocate |
||
| type(dbcsr_memtype_type), | intent(in) | :: | mem_type |
memory type |
Allocates memory
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=real_4), | DIMENSION(:), POINTER, CONTIGUOUS | :: | mem |
memory to allocate |
||
| integer, | intent(in) | :: | n |
length of elements to allocate |
||
| type(dbcsr_memtype_type), | intent(in) | :: | mem_type |
memory type |
Allocates memory
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=real_8), | DIMENSION(:), POINTER, CONTIGUOUS | :: | mem |
memory to allocate |
||
| integer, | intent(in) | :: | n |
length of elements to allocate |
||
| type(dbcsr_memtype_type), | intent(in) | :: | mem_type |
memory type |
Allocates memory
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int_4), | DIMENSION(:, :), POINTER | :: | mem |
memory to allocate |
||
| integer, | intent(in), | DIMENSION(2) | :: | sizes |
length of elements to allocate |
|
| type(dbcsr_memtype_type), | intent(in) | :: | mem_type |
memory type |
Allocates memory
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int_8), | DIMENSION(:, :), POINTER | :: | mem |
memory to allocate |
||
| integer, | intent(in), | DIMENSION(2) | :: | sizes |
length of elements to allocate |
|
| type(dbcsr_memtype_type), | intent(in) | :: | mem_type |
memory type |
Allocates memory
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real_4), | DIMENSION(:, :), POINTER | :: | mem |
memory to allocate |
||
| integer, | intent(in), | DIMENSION(2) | :: | sizes |
length of elements to allocate |
|
| type(dbcsr_memtype_type), | intent(in) | :: | mem_type |
memory type |
Allocates memory
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real_8), | DIMENSION(:, :), POINTER | :: | mem |
memory to allocate |
||
| integer, | intent(in), | DIMENSION(2) | :: | sizes |
length of elements to allocate |
|
| type(dbcsr_memtype_type), | intent(in) | :: | mem_type |
memory type |
Allocates memory
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=real_4), | DIMENSION(:, :), POINTER | :: | mem |
memory to allocate |
||
| integer, | intent(in), | DIMENSION(2) | :: | sizes |
length of elements to allocate |
|
| type(dbcsr_memtype_type), | intent(in) | :: | mem_type |
memory type |
Allocates memory
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=real_8), | DIMENSION(:, :), POINTER | :: | mem |
memory to allocate |
||
| integer, | intent(in), | DIMENSION(2) | :: | sizes |
length of elements to allocate |
|
| type(dbcsr_memtype_type), | intent(in) | :: | mem_type |
memory type |