You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an application that instantiates many different TemplateDictionary
objects. I would like to explicitly pass in an UnsafeArena object to the
constructor so that I can share a single arena across dictionaries instead of
allocating a 32KB arena for each object.
Unfortunately, the definition of UnsafeArena does not appear to be defined in
the generated header files of ctemplate, so I can't instantiate an UnsafeArena
object to pass it to the TemplateDictionary constructor.
Original issue reported on code.google.com by [email protected] on 11 Aug 2014 at 9:15
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 11 Aug 2014 at 9:15The text was updated successfully, but these errors were encountered: