Hi Vladamir, RHI resource memory is memory allocated for graphics resources such is vertexbuffers, indexbuffers, textures etc. Generally these will be allocated from video RAM (on systems which have dedicated VRAM).
This memory is untracked by our allocator because typically these allocations are handled by the graphics API internally.
Hopefully that helps!
Ben