Skip to content
Snippets Groups Projects
Commit 661763ed authored by Vladimir Davydov's avatar Vladimir Davydov
Browse files

vinyl: don't use mempool for allocating background tasks

Background tasks are allocated infrequently, not more often than once
per several seconds, so using mempool for them is unnecessary and only
clutters vy_scheduler struct. Let's allocate them with malloc().
parent 04a735b2
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment