Skip to content

Commit

Permalink
revert all changes
Browse files Browse the repository at this point in the history
  • Loading branch information
trcrsired committed Jan 18, 2024
1 parent fef5723 commit 4a2bb3e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/fast_io_core_impl/allocation/impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,8 @@ mimalloc_allocator
linux_kmalloc_allocator
#elif ((__STDC_HOSTED__==1 && (!defined(_GLIBCXX_HOSTED) || _GLIBCXX_HOSTED==1) && !defined(_LIBCPP_FREESTANDING)) || defined(FAST_IO_ENABLE_HOSTED_FEATURES))
#if defined(_WIN32) && !defined(__CYGWIN__) && !defined(__WINE__) && !defined(FAST_IO_USE_C_MALLOC)
#if defined(_WIN32_WINDOWS)
win32_heapalloc_allocator
#else
nt_rtlallocateheap_allocator
#endif
#else
c_malloc_allocator
#endif
#else
Expand Down

0 comments on commit 4a2bb3e

Please sign in to comment.