FEX/FEXCore/Source/Utils
Ryan Houdek eaf83aa6b4
Fix reserving range check
Fixes an issue where TestHarnessRunner was managing to reserve the space
below stack again, resulting in stack growth breaking. Would typically
only show up when using the vixl simulator under gdb for some reason.

This is likely the last bandage on this code before it gets completely
rewritten to be more readable.
2024-02-29 04:02:05 -08:00
..
Allocator Merge DeferredSignalMutex.h and ScopedSignalMask.h into a single file 2023-11-17 10:56:34 +01:00
ArchHelpers Code cleanup - mainly dead store removal; NFC 2024-01-31 08:35:55 +00:00
Allocator.cpp Fix reserving range check 2024-02-29 04:02:05 -08:00
Allocator.h FEXCore/Utils: Adds SPDX identifier 2023-09-19 17:33:14 -07:00
AllocatorOverride.cpp FEXCore/Utils: Adds SPDX identifier 2023-09-19 17:33:14 -07:00
BucketList.h FEXCore: Moves BucketList out of public API 2023-12-25 06:58:22 -08:00
CPUInfo.cpp FEXCore/Utils: Adds SPDX identifier 2023-09-19 17:33:14 -07:00
FileLoading.cpp FEXCore/FileLoading: Updates helper to load file that is backed by memory 2023-11-03 07:01:39 -07:00
ForcedAssert.cpp FEXCore/Utils: Adds SPDX identifier 2023-09-19 17:33:14 -07:00
LogManager.cpp FEXCore/Utils: Adds SPDX identifier 2023-09-19 17:33:14 -07:00
MemberFunctionToPointer.h Utils: Add ability to get VTable entries to PMF helper 2023-12-21 01:55:02 -08:00
Profiler.cpp FEXCore/Utils: Adds SPDX identifier 2023-09-19 17:33:14 -07:00
SpinWaitLock.cpp FEXCore/Utils: Rename FutexSpinWait to SpinWaitLock 2024-01-17 10:19:38 -08:00
SpinWaitLock.h SpinWaitLock: Removes unused variable in spin-loop fallback 2024-02-05 07:22:52 -08:00
Telemetry.cpp FEXCore/Utils: Adds SPDX identifier 2023-09-19 17:33:14 -07:00
Threads.cpp FEXCore/Utils: Adds SPDX identifier 2023-09-19 17:33:14 -07:00