Source position: apr_mmap.inc line 71
type apr_mmap_t = record
cntxt: Papr_pool_t;
mm: Pointer;
size: apr_size_t;
link: link_t;
end;