copperplate/traceobj: use plain malloc/free for tracepoint array
The tracepoint array must be initialized early in essence, when no real-time requirement exists yet. No need to pull such memory from the real-time allocator, malloc is fine.
Please register or sign in to comment