react-native/React/Profiler
Steven Cable b21d4914de Check return code from malloc (#20173)
Summary:
Calls abort() in cases where malloc returns NULL.

Checking the return value from malloc is good practice and is
required to pass a [Veracode security scan](https://www.veracode.com/). This will let
developers who are required to submit their software to Veracode
use React Native.
Pull Request resolved: https://github.com/facebook/react-native/pull/20173

Differential Revision: D9235096

Pulled By: hramos

fbshipit-source-id: 9fdc97f9e84f8d4d91ae59242093907f7a81d286
2018-08-08 18:32:19 -07:00
..
RCTFPSGraph.h Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTFPSGraph.m Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTMacros.h Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTPerfMonitor.m Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTProfile.h Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTProfile.m Check return code from malloc (#20173) 2018-08-08 18:32:19 -07:00
RCTProfileTrampoline-arm.S Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTProfileTrampoline-arm64.S Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTProfileTrampoline-i386.S Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTProfileTrampoline-x86_64.S Update license headers for MIT license 2018-02-16 18:31:53 -08:00