Home
last modified time | relevance | path

Searched refs:new_capacity_bytes (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.h550 uptr new_capacity_bytes = in Realloc() local
552 T *new_data = (T *)MmapOrDie(new_capacity_bytes, "InternalMmapVector"); in Realloc()
556 capacity_bytes_ = new_capacity_bytes; in Realloc()