Exemplo n.º 1
0
 internal void memp_free(memp_t type, memp pcb)
 {
     System.Diagnostics.Debug.Assert(pcb._type == type);
     memp_heap.Remove(pcb);
 }
Exemplo n.º 2
0
 internal static void memset(memp pcb, int c, int length)
 {
     System.Diagnostics.Debug.Assert(c == 0);
     //System.Diagnostics.Debug.Assert(pcb._type == 0);
 }
Exemplo n.º 3
0
 internal static void memset(memp pcb, int c, int length)
 {
     System.Diagnostics.Debug.Assert(c == 0);
     //System.Diagnostics.Debug.Assert(pcb._type == 0);
 }
Exemplo n.º 4
0
 internal void memp_free(memp_t type, memp pcb)
 {
     System.Diagnostics.Debug.Assert(pcb._type == type);
     memp_heap.Remove(pcb);
 }