https://github.com/halide/Halide
Raw File
Tip revision: 8918a0334837b106572e2313f5249ff7395bc401 authored by Steven Johnson on 20 October 2021, 18:03:11 UTC
fixes
Tip revision: 8918a03
mini_qurt_vtcm.h
extern "C" {

extern void *HAP_request_VTCM(unsigned int size, unsigned int single_page_flag);
extern int HAP_release_VTCM(void *pVA);
}
back to top