gperftools/vsprojects/low_level_alloc_unittest
Aliaksey Kandratsenka 771a01ed28 rework and simplify emergency malloc integration
We now wrap StackTraceScope thingy in tcmalloc-specific parts, instead
of automagically inside every stacktrace.cc function. TCMalloc bits
all need to grab stacktraces via newly introduced
tcmalloc::GrabBacktrace (which handles emergency malloc wrapping).

New approach eliminates the need for doing fake stacktrace scope. CPU
profiler, being distinct .so library couldn't take advantage of
emergency malloc anyways.

This simplifies the build further and eliminates another potential
point of runtime divergence when stacktrace is linked to both
libprofiler and libtcmalloc.
2024-02-05 14:27:02 -05:00
..
low_level_alloc_unittest.vcxproj rework and simplify emergency malloc integration 2024-02-05 14:27:02 -05:00
low_level_alloc_unittest.vcxproj.filters rework and simplify emergency malloc integration 2024-02-05 14:27:02 -05:00