// // _msize from 0x180141174 to 0x1801411ad (57 bytes) // // 2 xrefs: // > _recalloc_base @ 0x18013b618 // > @ 0x180203c80 // // This function is hookable on this platform! // // Using BromaIDA 8.0.0 @ https://github.com/Stazzical/BromaIDA // Using bindings at commit ba9f177b at Thu Jul 16 22:52:06 2026 from https://github.com/geode-sdk/bindings // size_t __cdecl msize(void *Block) { if ( Block ) return HeapSize(hHeap, 0, Block); *errno() = 22; invalid_parameter_noinfo(); return -1; }