Stop including utilcode.h in the GC info encoder.
authorPat Gavlin <pagavlin@microsoft.com>
Fri, 15 Apr 2016 22:35:33 +0000 (15:35 -0700)
committerPat Gavlin <pagavlin@microsoft.com>
Fri, 15 Apr 2016 23:05:12 +0000 (16:05 -0700)
commit9e4dccced24917bb8d155331095404d1a28c7887
tree351b52fd5f527c40432eff3bbdde4004eb2f4f0a
parent18487e02501fd13ba67e6d5dc1e2f145109eb2db
Stop including utilcode.h in the GC info encoder.

This required two other minor changes:
- A prototype for `ThrowOutOfMemory` is now defined in gcinfoencoder.h
- `BitArray` now defines an overload of `operator new` that accepts an
  `IAllocator`.
src/gcinfo/gcinfoencoder.cpp
src/inc/dbggcinfoencoder.h
src/inc/gcinfoencoder.h