MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / allocate_stackframebuffers

Function allocate_stackframebuffers

src/debugmem.cpp:3274–3282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3272}
3273
3274static void allocate_stackframebuffers(void)
3275{
3276 if (!stackframes) {
3277 stackframes = xcalloc(struct debugstackframe, MAX_STACKFRAMES);
3278 stackframessuper = xcalloc(struct debugstackframe, MAX_STACKFRAMES);
3279 }
3280 stackframecnt = 0;
3281 stackframecntsuper = 0;
3282}
3283
3284#if 0
3285void debugmem_add_seglist(TrapContext *ctx, uaecptr segList, uaecptr aname)

Callers 2

debugmem_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected