Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Fable2Recomp/Fable2Recomp
/ functions
Functions
13 in github.com/Fable2Recomp/Fable2Recomp
⨍
Functions
13
◇
Types & classes
1
↓ 4 callers
Function
HostToGuest
src/heap.cpp:39
↓ 2 callers
Function
GuestToHost
src/heap.cpp:35
↓ 2 callers
Function
InArena
src/heap.cpp:43
↓ 1 callers
Function
InitNativeHeap
src/heap.cpp:116
Method
Create
src/main.cpp:44
Method
Fable2App
src/main.cpp:49
Function
GetFileSectorInfo_entry
GetFileSectorInfo replacement — the game queries disc sector positions to optimize read ordering. return 0 (no sector info).
src/hooks.cpp:20
Method
OnClosing
src/main.cpp:198
Method
OnDestroy
src/main.cpp:208
Method
OnInitialize
src/main.cpp:54
Method
OnKeyDown
src/main.cpp:194
Function
PhysicalAllocCached_entry
lh_PhysicalAllocCached replacement — redirects physical memory allocations to our native heap with proper alignment.
src/heap.cpp:95
Function
lhHeapRealloc_entry
lhHeapRealloc replacement — unified alloc/realloc/free (Lua allocator protocol) r3 = heap (ignored), r4 = old_ptr, r5 = old_size, r6 = new_size
src/heap.cpp:49