x3d2
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Namelists
Program
create_block
Function
10 statements
Source File
allocator.f90
m_allocator
create_block
Contents
public function create_block(self, next) result(ptr)
Allocate memory for a new block and return a pointer to a new
m_allocator
object.
Type Bound
allocator_t
Arguments
Type
Intent
Optional
Attributes
Name
class(
allocator_t
),
intent(inout)
::
self
type(
field_t
),
intent(in),
pointer
::
next
Return Value
class(
field_t
), pointer