// // Concurrency::details::SchedulerProxy::DeleteThis from 0x1801350f4 to 0x180135114 (32 bytes) // // 2 xrefs: // > __acrt_initialize_ptd @ 0x180135504 // > @ 0x18020332c // // 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 // void __fastcall Concurrency::details::SchedulerProxy::DeleteThis(Concurrency::details::SchedulerProxy *this) { if ( this ) { destroy_ptd_array(this); free_base(this); } }