mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-12 06:08:42 +03:00
Merge branch 'dev' into dev-slice
This commit is contained in:
commit
0b1012aee0
4 changed files with 25 additions and 11 deletions
|
@ -267,7 +267,7 @@ static void mi_buffered_flush(buffered_t* buf) {
|
|||
buf->used = 0;
|
||||
}
|
||||
|
||||
static void mi_buffered_out(const char* msg, void* arg) {
|
||||
static void mi_cdecl mi_buffered_out(const char* msg, void* arg) {
|
||||
buffered_t* buf = (buffered_t*)arg;
|
||||
if (msg==NULL || buf==NULL) return;
|
||||
for (const char* src = msg; *src != 0; src++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue