Skip to content

Commit

Permalink
[NFC] Separate C++ new and malloc; base new on malloc
Browse files Browse the repository at this point in the history
This is less unusual, and it prepares to separate libc++abi and libc++
from libc.
  • Loading branch information
mysterymath committed Jan 15, 2024
1 parent 08494f6 commit 9c5c1b7
Show file tree
Hide file tree
Showing 3 changed files with 418 additions and 431 deletions.
1 change: 1 addition & 0 deletions mos-platform/common/c/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ add_platform_library(common-c
div.cc
stdlib.c
stdlib.cc
malloc.cc
new.cc

# string.h
Expand Down
Loading

0 comments on commit 9c5c1b7

Please sign in to comment.