Report a bug
If you spot a problem with this page, click here to create a Bugzilla issue.
Improve this page
Quickly fork, edit online, and submit a pull request for this page.
Requires a signed-in GitHub account. This works well for small changes.
If you'd like to make larger changes you may want to consider using
a local clone.
core.stdcpp.new_
D binding to C++
License:
Distributed under the
Boost Software License 1.0.
(See accompanying file LICENSE)
Authors:
Manu Evans
Source core/stdcpp/new_.d
- @nogc void*
__cpp_new
(size_tcount
); - Binding for ::operator new(std::size_t count)
- @nogc void
__cpp_delete
(void*ptr
); - Binding for ::operator delete(void* ptr)
Copyright © 1999-2019 by the D Language Foundation | Page generated by
Ddoc on Wed Jan 9 02:22:16 2019