Changeset 104146 in vbox
- Timestamp:
- Apr 4, 2024 1:13:21 AM (6 months ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/VMMAll/IEMAllN8veExecMem.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllN8veExecMem.cpp
r104123 r104146 96 96 *********************************************************************************************************************************/ 97 97 /** The chunk sub-allocation unit size in bytes. */ 98 #define IEMEXECMEM_ALT_SUB_ALLOC_UNIT_SIZE 12898 #define IEMEXECMEM_ALT_SUB_ALLOC_UNIT_SIZE 256 99 99 /** The chunk sub-allocation unit size as a shift factor. */ 100 #define IEMEXECMEM_ALT_SUB_ALLOC_UNIT_SHIFT 7100 #define IEMEXECMEM_ALT_SUB_ALLOC_UNIT_SHIFT 8 101 101 /** Enables adding a header to the sub-allocator allocations. 102 102 * This is useful for freeing up executable memory among other things. */
Note:
See TracChangeset
for help on using the changeset viewer.

