mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
* malloc/memusage.c (DEFAULT_BUFFER_SIZE): Change to 32768.
(update_data): Fix handling of wrapping back
This commit is contained in:
@ -93,7 +93,7 @@ static __thread uintptr_t start_sp;
|
||||
#define peak_stack peak_use[1]
|
||||
#define peak_total peak_use[2]
|
||||
|
||||
#define DEFAULT_BUFFER_SIZE 1024
|
||||
#define DEFAULT_BUFFER_SIZE 32768
|
||||
static size_t buffer_size;
|
||||
|
||||
static int fd = -1;
|
||||
|
Reference in New Issue
Block a user