MCPcopy Create free account
hub / github.com/Hansimov/csapp / eval_libc_valid

Function eval_libc_valid

_codes/code/vm/malloc/mdriver.c:1087–1129  ·  view source on GitHub ↗

* eval_libc_valid - We run this function to make sure that the * libc malloc can run to completion on the set of traces. * We'll be conservative and terminate if any libc malloc call fails. * */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainFunction · 0.70

Calls 6

reinit_traceFunction · 0.85
mallocFunction · 0.85
freeFunction · 0.85
malloc_errorFunction · 0.70
unix_errorFunction · 0.70
app_errorFunction · 0.70

Tested by

no test coverage detected