Searched refs:AlignedMemory (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/src/system_wrappers/source/
H A Daligned_malloc.cc40 // interpret the first sizeof(AlignedMemory) bytes as
41 // an AlignedMemory struct.
42 struct AlignedMemory struct in namespace:webrtc
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*) *headerPt
[all...]

Completed in 1070 milliseconds