We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68b1378 commit b332573Copy full SHA for b332573
libc/fuzzing/__support/freelist_heap_fuzz.cpp
@@ -18,9 +18,9 @@
18
#include "src/string/memory_utils/inline_memset.h"
19
20
using LIBC_NAMESPACE::FreeListHeap;
21
+using LIBC_NAMESPACE::inline_memset;
22
using LIBC_NAMESPACE::cpp::nullopt;
23
using LIBC_NAMESPACE::cpp::optional;
-using LIBC_NAMESPACE::inline_memset;
24
25
// Record of an outstanding allocation.
26
struct Alloc {
0 commit comments