Changeset 105180 in vbox
- Timestamp:
- Jul 8, 2024 10:38:39 AM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMInternal.h
r105179 r105180 1490 1490 * See iemTbAllocatorFreeupNativeSpace for details. */ 1491 1491 uint32_t iPruneNativeFrom; 1492 /** Index into IEMTBALLOCATOR::a FreeCache were the next freed TB can be stored1492 /** Index into IEMTBALLOCATOR::apTbFreeCache were the next freed TB can be stored 1493 1493 * (0 means the cache is empty, 32 the cache is full). */ 1494 1494 uint32_t idxTbCacheFree;
Note:
See TracChangeset
for help on using the changeset viewer.