Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
5255 Discussions

API for describing Memory pools

Jay_Z_1
Beginner
691 Views

We are investigating Intel Inspector for replacing purify.

 Our main memory allocator is a pooled allocator.  I don't see any documentation on how to use Inspector with a pooled allocator. Do you support a pooled allocator and if so how?

0 Kudos
1 Reply
Peter_W_Intel
Employee
691 Views

Inspector supports to detect memory access error when using pooled memory. Here is an old article with example code to insert APIs (sorry I wrote this in Chinse, but you can understand how to use them in example code) 

0 Kudos
Reply