// // j__realloc_base from 0x18012f84c to 0x18012f851 (5 bytes) // // 5 xrefs: // > sub_180042E20 @ 0x180042e4c // > sub_180042E20 @ 0x180042e60 // > sub_180042EC0 @ 0x180042f3e // > sub_180045B60 @ 0x180045d05 // > sub_1800C13D0 @ 0x1800c13d3 // // 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__realloc_base(void *Block, size_t Size) { return realloc_base(Block, Size); }