FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

src: malloced_unique_ptr & make_malloced_unique by refack · Pull Request #23649 · nodejs/node · GitHub

/ node Public

src: malloced_unique_ptr & make_malloced_unique - #23649

Closed
refack wants to merge 1 commit into
nodejs:masterfrom
refack:pure-add-malloced-unique-ptr
Closed

src: malloced_unique_ptr & make_malloced_unique#23649
refack wants to merge 1 commit into
nodejs:masterfrom
refack:pure-add-malloced-unique-ptr

Conversation

refack commented Oct 13, 2018

Copy link
Copy Markdown
Contributor

malloced_unique_ptr is just a specialization of std:unique_ptr using free for deletion, and make_malloced_unique<T> is it's factory using Malloc<T>.

Ref: #23641
Ref: #23543 (review)
Ref: #23434

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines

Copy link
Copy Markdown
Collaborator

nodejs-github-bot added the c++ Issues and PRs that require attention from people who are familiar with C++. label Oct 13, 2018
refack added lib / src Issues and PRs related to general changes in the lib or src directory. blocked PRs that are blocked by other issues or PRs. labels Oct 13, 2018

refack commented Oct 20, 2018

Copy link
Copy Markdown
Contributor Author

Dup of #23642

refack closed this Oct 20, 2018
refack deleted the pure-add-malloced-unique-ptr branch October 20, 2018 21:31
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

blocked PRs that are blocked by other issues or PRs. c++ Issues and PRs that require attention from people who are familiar with C++. lib / src Issues and PRs related to general changes in the lib or src directory.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL