Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fabric: Calling JSVM GC on memory pressure event on iOS
Summary: This change is especially important for Fabric when a lot of objects (mostly `ShadowNode`s) have shared ownership. Without this change, JSVM could not know that bunch of natively allocated objects should be deallocated. Changelog: [Internal] Fabric-specific internal change. Reviewed By: dulinriley Differential Revision: D21484773 fbshipit-source-id: 46e32de0f108082e60df346884c9287023156149
- Loading branch information