Searched refs:ContextFixedAddr (Results 1 – 2 of 2) sorted by relevance
35 char * const ContextManager::ContextFixedAddr = BCC_CONTEXT_FIXED_ADDR_; member in bcc::ContextManager59 void *addr = ContextFixedAddr + ContextSize * i; in allocateContext()183 if (addr >= ContextFixedAddr) { in getSlotIndexFromAddress()184 size_t offset = (size_t)(addr - ContextFixedAddr); in getSlotIndexFromAddress()
33 static char * const ContextFixedAddr;