MCPcopy Create free account
hub / github.com/FDOS/kernel / DosMemChange

Function DosMemChange

kernel/memmgr.c:323–385  ·  view source on GitHub ↗

* Resize an allocated memory block. * para is the segment of the data portion of the block rather than * the segment of the MCB itself. * * Resize on an unallocated block is allowed and makes it allocated. * * If the block shall grow, it is resized to the maximal size less than * or equal to size. This is the way MS DOS is reported to work. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

int21_serviceFunction · 0.85

Calls 2

joinMCBsFunction · 0.85
fmemsetFunction · 0.85

Tested by

no test coverage detected