MCPcopy Create free account
hub / github.com/csound/csound / prealloc

Function prealloc

Engine/insert.c:2611–2613  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2609}
2610
2611int prealloc(CSOUND *csound, AOP *p){
2612 return prealloc_(csound,p,0);
2613}
2614
2615int prealloc_S(CSOUND *csound, AOP *p){
2616 return prealloc_(csound,p,1);

Callers

nothing calls this directly

Calls 1

prealloc_Function · 0.85

Tested by

no test coverage detected