mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 19:44:38 +08:00
Whitespace fixup for r252052. NFC.
llvm-svn: 252053
This commit is contained in:
@@ -80,7 +80,8 @@ INTERCEPTOR(int, malloc_make_nonpurgeable, void *ptr) {
|
||||
|
||||
INTERCEPTOR(void, malloc_set_zone_name, malloc_zone_t *zone, const char *name) {
|
||||
COMMON_MALLOC_ENTER();
|
||||
// Allocate |sizeof(COMMON_MALLOC_ZONE_NAME "-") + internal_strlen(name)| bytes.
|
||||
// Allocate |sizeof(COMMON_MALLOC_ZONE_NAME "-") + internal_strlen(name)|
|
||||
// bytes.
|
||||
size_t buflen =
|
||||
sizeof(COMMON_MALLOC_ZONE_NAME "-") + (name ? internal_strlen(name) : 0);
|
||||
InternalScopedString new_name(buflen);
|
||||
|
||||
Reference in New Issue
Block a user