ReplicaNet and RNLobby  1
PlatformHeap.h
1 /* START_LICENSE_HEADER
2 
3 Copyright (C) 2000 Martin Piper, original design and program code
4 Copyright (C) 2001 Replica Software
5 
6 This program file is copyright (C) Replica Software and can only be used under license.
7 For more information visit: http://www.replicanet.com/
8 Or email: info@replicanet.com
9 
10 END_LICENSE_HEADER */
11 #include "RNPlatform/Inc/MemoryTracking.h"
12 #ifndef __PLATFORMHEAP_H__
13 #define __PLATFORMHEAP_H__
14 
15 namespace RNReplicaNet
16 {
17 
22 {
23 public:
31  virtual ~PlatformHeapBlock();
32 
36  void Register(void);
37 };
38 
44 {
45 public:
49  static void ForceFree(void);
50 };
51 
52 } // namespace RNReplicaNet
53 
54 #endif
Definition: PlatformHeap.h:43
static void ForceFree(void)
Definition: PlatformHeap.h:21