Home
last modified time | relevance | path

Searched refs:allocateGlobal (Results 1 – 2 of 2) sorted by relevance

/external/lldb/include/lldb/Expression/
DIRExecutionUnit.h326 virtual uint8_t *allocateGlobal(uintptr_t Size,
/external/lldb/source/Expression/
DIRExecutionUnit.cpp539 IRExecutionUnit::MemoryManager::allocateGlobal(uintptr_t Size, in allocateGlobal() function in IRExecutionUnit::MemoryManager
544 uint8_t *return_value = m_default_mm_ap->allocateGlobal(Size, Alignment); in allocateGlobal()