-
Notifications
You must be signed in to change notification settings - Fork 861
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This removes the ability for some classes to be implicitly allocated using the pool allocator. Now NewPoolObject should be used to explicitly allocate any object using the pool allocator. Some other things this change does: - Remove some of the NewPool* non-generic functions, replacing them with a single "make_unique" style function. - Existing pointers allocated with the standard allocator are replaced with smart pointers. Related to #3123.
- Loading branch information
1 parent
feb5437
commit 70493be
Showing
30 changed files
with
1,796 additions
and
1,943 deletions.
There are no files selected for viewing
This file contains 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
Oops, something went wrong.