Home | History | Annotate | Download | only in source

Lines Matching defs:AlignedMemory

40 //                           interpret the first sizeof(AlignedMemory) bytes as
41 // an AlignedMemory struct.
42 struct AlignedMemory
61 AlignedMemory* returnValue = new AlignedMemory();
69 // A pointer to AlignedMemory must be stored so that it can be retreived for
91 // Store the address to the AlignedMemory struct in the header so that a
111 // Read out the address of the AlignedMemory struct from the header.
113 AlignedMemory* deleteMemory = (AlignedMemory*) *headerPtr;