diff options
author | ironpeter <[email protected]> | 2022-02-10 16:49:51 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:51 +0300 |
commit | ff97837ecc5972a00cb395483d8856566738375c (patch) | |
tree | b2e9b0b27c06242cc2390f3fe726bd2d40758c8f /library/cpp/malloc | |
parent | ec31dbabb2178819f10e1dec8f2ae9b2ba551ab1 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/malloc')
-rw-r--r-- | library/cpp/malloc/api/malloc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/malloc/api/malloc.cpp b/library/cpp/malloc/api/malloc.cpp index eed1c58a383..a1a987a8204 100644 --- a/library/cpp/malloc/api/malloc.cpp +++ b/library/cpp/malloc/api/malloc.cpp @@ -34,4 +34,4 @@ namespace NMalloc { IsAllocatorCorrupted = true; abort(); } -} +} |