Searched refs:GetBlockBegin (Results 1 – 2 of 2) sorted by relevance
179 static void *GetBlockBegin(void *p) { in GetBlockBegin() function428 void *GetBlockBegin(void *p) { in GetBlockBegin() function535 void *GetBlockBegin(void *p) { in GetBlockBegin() function537 return primary_.GetBlockBegin(p); in GetBlockBegin()538 return secondary_.GetBlockBegin(p); in GetBlockBegin()
198 loc->addr = (uptr)allocator()->GetBlockBegin((void*)addr); in AddLocation()