Searched refs:MAX_OBJECT_SIZE (Results 1 – 1 of 1) sorted by relevance
243 const uintptr_t MAX_OBJECT_SIZE = 1U << 30U; in DetectSEGVFromMemory() local245 if (mem_fault_location > MAX_OBJECT_SIZE) { in DetectSEGVFromMemory()