MCPcopy Create free account
hub / github.com/adriancable/eternal / DoResize

Method DoResize

doom/src/tarray.h:421–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419 }
420
421 void DoResize ()
422 {
423 size_t allocsize = sizeof(T)*Most;
424 Array = (T *)realloc (Array, allocsize);
425 }
426
427 void DoDelete (unsigned int first, unsigned int last)
428 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected