This website requires JavaScript.
Explore
Help
Sign In
Scarfski
/
tracy
Watch
1
Star
0
Fork
0
You've already forked tracy
mirror of
https://github.com/wolfpld/tracy.git
synced
2026-08-19 09:39:43 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
56f0bdd5713f197a7b49707df4dc6a93bb803ea2
tracy
/
server
/
TracyWorker.cpp
David Farrell
be963f184c
Change ev.ptr nullptr early-out to happen only when there is not a previous allocation for address 0. Custom memory pools (like custom allocators for Vulkan memory pools) can allocate at address 0, so the previous code would cause the Tracy server to alloc(0), free(0) (but early out), then on the next alloc(0) it would have a MemAllocTwiceFailure (because it skipped the free).
2021-04-21 11:53:55 -07:00
236 KiB
Raw
Blame
History
View Raw
Reference in New Issue
View Git Blame
Copy Permalink