Henrik Karlsson

Results 2 issues of Henrik Karlsson

There is a hashToIdxMap inside DxilShaderModel.cpp that is a static local variable to ShaderModel::Get. This will be initialized on first call and since operator new/delete is overridden it will use...

We are using mi_is_in_heap_region to figure out of a pointer is owned by mimalloc or not. In debug this function asserts in some of our scenarios. Is this expected? If...