OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_allocation
(Results
1 - 3
of
3
) 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:blink::AudioArray
/external/lldb/source/Expression/
IRForTarget.cpp
47
m_allocation
(LLDB_INVALID_ADDRESS)
76
if (
m_allocation
!= LLDB_INVALID_ADDRESS)
78
m_execution_unit.FreeNow(
m_allocation
);
79
m_allocation
= LLDB_INVALID_ADDRESS;
82
m_allocation
= m_execution_unit.WriteNow((const uint8_t*)m_stream_string.GetData(), m_stream_string.GetSize(), err);
84
return
m_allocation
;
[
all
...]
/external/lldb/include/lldb/Expression/
IRForTarget.h
638
lldb::addr_t
m_allocation
;
member in class:IRForTarget::StaticDataAllocator
Completed in 1505 milliseconds