This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Refactor initialisation of Darwin malloc zone fields into separate function called `InitMallocZoneFields()` which is now called from `ReplaceSystemMalloc()`.
ClosedPublic

Authored by delcypher on Nov 2 2018, 8:23 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

delcypher created this revision.Nov 2 2018, 8:23 AM
Herald added a subscriber: Restricted Project. · View Herald TranscriptNov 2 2018, 8:23 AM
kubamracek accepted this revision.Nov 2 2018, 8:27 AM
This revision is now accepted and ready to land.Nov 2 2018, 8:27 AM

@kubamracek Thanks for the quick review.

This revision was automatically updated to reflect the committed changes.