Source position: apr_allocator.inc line 54
type apr_memnode_t = record
next: Papr_memnode_t;
ref: PPapr_memnode_t;
index: apr_uint32_t;
free_index: apr_uint32_t;
first_avail: PChar;
endp: PChar;
end;