Natvis: Fix hash table and block display
This commit is contained in:
		
							parent
							
								
									9f25d5a98e
								
							
						
					
					
						commit
						81c6f4edc3
					
				| @ -13,7 +13,7 @@ | ||||
| 	</Type> | ||||
| 
 | ||||
| 	<Type Name="DqnMemStack::Block"> | ||||
| 		<DisplayString>{{size={size}/{used} prevBlock={prevBlock}}}</DisplayString> | ||||
| 		<DisplayString>{{used={used}/{size} prevBlock={prevBlock}}}</DisplayString> | ||||
| 	</Type> | ||||
| 
 | ||||
| 	<Type Name="DqnMemAPI"> | ||||
| @ -22,11 +22,6 @@ | ||||
| 
 | ||||
| 	<Type Name="DqnHashTable<*>"> | ||||
| 		<DisplayString>{{numEntries={numEntries} numFreeEntries={numFreeEntries} usedEntriesIndex={usedEntriesIndex}}}</DisplayString> | ||||
| 		<Expand> | ||||
| 			<Item Name="[numEntries]">numEntries</Item> | ||||
| 			<Item Name="[numFreeEntries]">numFreeEntries</Item> | ||||
| 			<Item Name="[usedEntriesIndex]">usedEntriesIndex</Item> | ||||
| 		</Expand> | ||||
| 	</Type> | ||||
| 
 | ||||
| 	<Type Name="DqnString"> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user