let coro malloc/free use wrappers
Summary: The coroutine library has non-elidable wrappers for alloc/dealloc. They directly call `operator new` and `operator delete` but, of course, they have conditionals. Switch to the wrappers which handle the conditionals. Reviewed By: luciang Differential Revision: D33181403 fbshipit-source-id: ab8d56634569b82680b36d6b72fb9ff7f5c05f19
Showing
Please register or sign in to comment