// // j__calloc_base from 0x18012b7f4 to 0x18012b7f9 (5 bytes) // // 7 xrefs: // > sub_180041BA0 @ 0x180041ba8 // > sub_180044320 @ 0x18004432e // > sub_180044320 @ 0x180044343 // > sub_180044320 @ 0x18004435a // > sub_180046250 @ 0x180046350 // > sub_180046250 @ 0x1800464e3 // > __vcrt_getptd_noexit @ 0x180124ea6 // // 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 // // attributes: thunk void *__cdecl j__calloc_base(size_t Count, size_t Size) { return calloc_base(Count, Size); }