Searched defs:newAddress (Results 1 – 3 of 3) sorted by relevance
446 …void* newAddress = mmap(start, length, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_ANONYMOUS | MAP_F… in TCMalloc_SystemRelease() local511 void* newAddress = VirtualAlloc(ptr, commitSize, MEM_COMMIT, PAGE_READWRITE); in TCMalloc_SystemCommit() local
777 int newAddress = entry.getAddress(); in emitPosition() local
1271 static void changePCrelativeAddress(int offset, uint16_t* instructionPtr, uint32_t newAddress) in changePCrelativeAddress()