input/{Async,Buffering,Thread}InputStream: set VMA name

This commit is contained in:
Max Kellermann
2022-04-26 20:43:31 +02:00
parent 58a345d346
commit 9e1b24f3a1
3 changed files with 4 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ ThreadInputStream::ThreadInputStream(const char *_plugin,
allocation(_buffer_size),
buffer(&allocation.front(), allocation.size())
{
allocation.SetName("InputStream");
allocation.ForkCow(false);
}