-
```
The following tests FAILED:
44 - Message.ZeroCopyFromUnmanaged.shmem (Subprocess aborted)
45 - Message.ZeroCopyFromUnmanaged.shmem_expanded_metadata (Subprocess aborted)
46 - Message.Zer…
-
Currently each `SliceDeque` is its own allocator, this means that allocating, growing and deallocating `SliceDeque`s require system calls because we are bypassing the global allocator (which recycles …
-
`--print-memory-usage` flag in GNU ld gives a breakdown of the memory used in each of the memory regions defined in the linker file.
Having this feature will be useful in understanding the size im…
-
I have a pointer located in volatile memory region:
![изображение](https://user-images.githubusercontent.com/7189309/55278347-21a28700-531c-11e9-9d94-9effa12f5f7d.png)
Code that uses it:
![изобра…
-
As soon as a cache is dirty and a related shader is run again, the entire buffer will be flushed. This can become quite expensive for large buffers and for cpu-gpu communication. The vulkan specificat…
osanj updated
4 years ago
-
## Bug Report
### What version of TiKV are you using?
./tikv-server -V
TiKV
Release Version: 6.4.0-alpha
Edition: Community
Git Commit Hash: 97ab36eb7147cde02c1654595f99104…
-
Linker map claims K64F have continuous RAM from 0x1FFF0200 to 0x20030000 while there are actually two RAM regions SRAM_L and SRAM_U.
This causes problems when misaligned memory copy happens between t…
-
What is the need for `nacl_helper_bootstrap` on Linux?
On my end the game runs without it.
-
e.g. track liveness with mallocs (what memory regions are currently live) along with memory accesses (am I accessing a region of memory that is currently live?)
## General ##
- Output commentary s…
-
The instructions for processing 360 images (at [Image_datasets/blob/main/360_dataset/README.md](https://github.com/openMVG/Image_datasets/tree/main/360_dataset/README.md)) appear to have become broken…