allocinf 329 core/memmgmt.c int get_exmem_type_status(unsigned int type, exmem_alloc_info *allocinf) allocinf 332 core/memmgmt.c if (type<exmem_type_count && allocinf) { allocinf 333 core/memmgmt.c allocinf->addr = exmem_alloc_table[type].addr; allocinf 334 core/memmgmt.c allocinf->len = exmem_alloc_table[type].len; allocinf 22 include/exmem.h extern int get_exmem_type_status(unsigned int type, exmem_alloc_info *allocinf); allocinf 28 include/exmem.h extern void *exmem_alloc_uncached(unsigned int type, unsigned int size, exmem_alloc_info *allocinf); allocinf 346 include/lolevel.h extern void *_exmem_ualloc(unsigned int type, unsigned int size, void *allocinf); allocinf 1030 platform/generic/wrappers.c void *exmem_alloc_uncached(unsigned int type, unsigned int size, exmem_alloc_info *allocinf) allocinf 1032 platform/generic/wrappers.c return _exmem_ualloc(type, size, allocinf); allocinf 340 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall void * exmem_ualloc(unsigned int type, unsigned int size, void *allocinf);