Skip to content

Commit 1a2cde8

Browse files
committed
Expose malloc, calloc and realloc
1 parent a5d4127 commit 1a2cde8

File tree

1 file changed

+3
-0
lines changed
  • cpp/common/test/includes/standard-library

1 file changed

+3
-0
lines changed

cpp/common/test/includes/standard-library/cstdlib

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,8 @@ using ::strtoll;
2323
using ::strtoul;
2424
using ::strtoull;
2525
using ::system;
26+
using ::malloc;
27+
using ::calloc;
28+
using ::realloc;
2629
} // namespace std
2730
#endif // _GHLIBCPP_CSTDLIB

0 commit comments

Comments
 (0)