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 5aba430 commit 53aff44Copy full SHA for 53aff44
libc/test/src/__support/freelist_heap_test.cpp
@@ -13,8 +13,8 @@
13
#include "src/string/memcpy.h"
14
#include "test/UnitTest/Test.h"
15
16
-using LIBC_NAMESPACE::freelist_heap;
17
using LIBC_NAMESPACE::Block;
+using LIBC_NAMESPACE::freelist_heap;
18
using LIBC_NAMESPACE::FreeListHeap;
19
using LIBC_NAMESPACE::FreeListHeapBuffer;
20
using LIBC_NAMESPACE::cpp::byte;
libc/test/src/__support/freelist_malloc_test.cpp
#include "src/stdlib/malloc.h"
0 commit comments