Changeset 360 for trunk/hlpmgr/sharedmemory.h
- Timestamp:
- Jun 18, 2009, 8:55:46 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hlpmgr/sharedmemory.h
r26 r360 7 7 // in the memory. 8 8 9 typedef struct 9 typedef struct 10 10 { 11 11 void* FPointer; … … 25 25 // Otherwise the Data property should not be used. 26 26 27 typedef struct 27 typedef struct 28 28 { 29 29 TSharedMemory FMem; 30 void* FAllocationArea; 30 void* FAllocationArea; 31 31 } TSubAllocatedSharedMemory; 32 32 … … 34 34 ULONG Size, 35 35 ULONG ReserveSize, // size to reserve at start of memory 36 TSubAllocatedSharedMemory* pSharedMemory ); 36 TSubAllocatedSharedMemory* pSharedMemory ); 37 37 38 38 // suballocate space of the given size … … 51 51 52 52 #endif 53
Note:
See TracChangeset
for help on using the changeset viewer.