Example #1
0
 internal static extern void SetMemoryAllocationProfile(MemoryAllocationProfile profile);
Example #2
0
 internal static void SetMemoryAllocationProfile(MemoryAllocationProfile profile)
 {
     CMemory.SetMemoryAllocationProfile(profile);
 }