HomeSort by relevance Sort by last modified time
    Searched full:m_allocation (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/audio/
AudioArray.h 41 AudioArray() : m_allocation(0), m_alignedData(0), m_size(0) { }
42 explicit AudioArray(size_t n) : m_allocation(0), m_alignedData(0), m_size(0)
49 fastFree(m_allocation);
69 if (m_allocation)
70 fastFree(m_allocation);
89 m_allocation = allocation;
152 T* m_allocation; member in class:WebCore::AudioArray

Completed in 62 milliseconds