[Lldb-commits] [PATCH] D68549: make ConstString allocate memory in non-tiny chunks

Joerg Sonnenberger via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 15 17:08:43 PDT 2019


joerg added a comment.

I'm a bit puzzled by the need for this change. The bump allocator already has logic to do power-of-two scaling for the allocation, so I wonder why it doesn't work properly here.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68549/new/

https://reviews.llvm.org/D68549





More information about the lldb-commits mailing list