Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build CEF on Mac without the tcmalloc memory allocator #155

Closed
GoogleCodeExporter opened this issue Aug 28, 2015 · 2 comments
Closed

Build CEF on Mac without the tcmalloc memory allocator #155

GoogleCodeExporter opened this issue Aug 28, 2015 · 2 comments
Labels

Comments

@GoogleCodeExporter
Copy link

Currently builds for Mac are with tcmalloc global hook enabled. This means that the CEF Python library needs to be imported the very first before any other libraries like for example wxPython.

There was a similar tcmalloc issue for Linux, see Issue #73 for details.

Original issue reported on code.google.com by czarek.t...@gmail.com on 9 Jan 2015 at 12:11

@cztomczak
Copy link
Owner

tcmalloc is not used on OS X, at least not in the latest releases. See: https://chromium.googlesource.com/chromium/src/+/79a9c7f8

@cztomczak
Copy link
Owner

Both Spotify builds and the automate.py tool build CEF without tcmalloc. So the next release will have this fixed. Any deprecated comments in examples about tcmalloc will be removed as part of works on Issue #207.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants