Searched refs:allocateContext (Results 1 – 4 of 4) sorted by relevance
61 char *allocateContext();62 char *allocateContext(char *addr, int imageFd, off_t imageOffset);
48 char *ContextManager::allocateContext() { in allocateContext() function in bcc::ContextManager94 char *ContextManager::allocateContext(char *addr, in allocateContext() function in bcc::ContextManager
407 ContextManager::get().allocateContext(mpHeader->context_cached_addr, in readContext()
47 mpCodeMem = ContextManager::get().allocateContext(); in CodeMemoryManager()