CP2K 2.4 (Revision 12889)
Private Member Functions

dbcsr_ptr_util::memory_allocate Interface Reference

List of all members.

Private Member Functions

subroutine mem_alloc_i (mem, n, mem_type, error)
 Allocates memory.
 mem_alloc_s
 mem_alloc_d
 mem_alloc_c
 mem_alloc_z

Detailed Description

Definition at line 106 of file dbcsr_ptr_util.f90.


Member Function Documentation

dbcsr_ptr_util::memory_allocate::mem_alloc_c ( ) [private]
dbcsr_ptr_util::memory_allocate::mem_alloc_d ( ) [private]
subroutine dbcsr_ptr_util::memory_allocate::mem_alloc_i ( INTEGER,dimension(:),pointer  mem,
INTEGER,intent(in)  n,
INTEGER,intent(in)  mem_type,
TYPE(dbcsr_error_type),intent(inout)  error 
) [private]

Allocates memory.

Parameters:
[out]memmemory to allocate
[in]nlength of elements to allocate
[in]mem_typememory type
[in,out]errorerror

Definition at line 285 of file dbcsr_ptr_util.f90.

dbcsr_ptr_util::memory_allocate::mem_alloc_s ( ) [private]
dbcsr_ptr_util::memory_allocate::mem_alloc_z ( ) [private]

The documentation for this interface was generated from the following files: