-
Quoting @daurnimator from #3815:
This PR removes `mem.page_size` and replaces it with minimums and maximums. Originally I attempted to create a global variable `page_size`, but I realised that this…
-
Following https://github.com/ziglang/zig/commit/10d2f08d376a302bd79e87d17c06922d3145a939#r31841258
It was decided that `new` would be a better name than `createOne`.
Furthermore, the standard libr…
-
The mem functions are implemented this way:
```ml
let mem t k = find t k >|= function None -> false | _ -> true
let mem_tree t k = find_tree t k >|= function None -> false | _ -> true
```
These…
-
I'm using ZYNQ 7000 and want to use spinlock to synchronize the two cores (baremetal). The problem is `metal_spinlock_acquire` loops forever.
The code of core0's main.c:
```c
// some includes
…
-
As per
https://gitlab.com/jeanfi/psensor/-/issues/10 "On my laptop (Ubuntu 18.04, 8750H, Geforce 1070), pSensor 1.1.5 reports free memory percentage and used GPU memory percentage. This inconsistenc…
-
DSA should be able to recognize and overlapping access. (ie if two addresses are read into 128 bit register, stored in memory and then accessed separately).
https://github.com/UQ-PAC/BASIL/pull/222#…
-
### Description
BIO_NOCLOSE leads to memory leaks while Cert processing
### Steps to reproduce
1) build with `asan`
2) run mumle
3) connect to server
4) quit
5) look inside `asan` logs
### Mum…
-
the solution was to change the code in the config.js file from the ags folder.
i had to change the "mem" into "speicher" and the "cpu's" into "%CPU's".
i run one system with endeavour and the ot…
-
**Describe the bug**
One instance of a cluster uses far more memory than any other node (including its slave)
**Additional information**
################## server info ################## …
-
> [!IMPORTANT]
> This lint has not been implemented yet! See #100342.
This is the **summary issue** for the `mem_uninitialized`
future-compatibility warning and other related errors. The goal of
…