-
Currently it's possible to define a malloc capability in code that gets compiled into a library, in effect giving a library a heap quota even if the compartment that includes the library is defined no…
-
### Port, board and/or hardware
ESP32 port, ESP32_S3_GENERIC-SPIRAM_OCT
### MicroPython version
Build environment: Mac OS 15.1 on Apple M1, ESP-IDF v5.2.2, Python 3.13
### Reproduction
Started fr…
-
CBMC: 6.3.1 on macOS.
When using contracts and proving using the default level of verbosity, I still get some irrelevant noise in the on-screen output. This appears at the end of the output, so pre…
-
**Describe the bug**
When MQTT trying to connect for the first time after few connect tries, its crashed due to double free of memory in MQTTAsync_connect() call in MQTTAsync.c File
its crashing w…
-
It would be convenient (especially in downstream packages) to have a unified libgc build which could be used both by client requesting malloc redirection and not.
E.g. in case of a shared build, we c…
ivmai updated
1 month ago
-
dlopen/dlsym/dlclose(또는 LoadLibrary/GetProcAddress/FreeLibrary) 사용, 외부 모듈이 훅 추가할 수 있도록
* * *
참고
```c
#pragma once
typedef struct Library *Library;
Library LibraryOpen(const char *path);
void *Lib…
-
### Operating system
Windows
### Compiler
MSVC
### Steps to reproduce the behavior
Original issue from pytorch project: https://github.com/pytorch/pytorch/issues/125840
### Failure…
-
**Describe the bug**
#331 introduced `-Bsymbolic`, which is only worked for `.so` files. MacOS uses dylib as dynamic libraries instead.
**Log**
```
Executing subproject libquickjs
libquickjs|…
-
Hello @nishad2m8
I am making a device project, I drew graphics in `SLS`.
The code is running on a device with a `360x360` display connected via `QSPI` bus.
The video shows slow operation.
https…
-
# Summary
During our pytorch development, we found Windows system memory alloctor is worse performance, and slow down the whole pytorch performance. After add third party memory alloctor, pytorch imp…