mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-28 15:28:30 +00:00
Make small fixes and oops ran clang-format on dtoa
This commit is contained in:
parent
b5b60015f5
commit
ac00be1a4e
47 changed files with 4933 additions and 5306 deletions
|
@ -31,6 +31,9 @@ static void onmemchunk(void *start, void *end, size_t used_bytes, void *arg) {
|
|||
(intptr_t)end - (intptr_t)start);
|
||||
}
|
||||
|
||||
/**
|
||||
* Prints memory mappings.
|
||||
*/
|
||||
void meminfo(FILE *f) {
|
||||
memsummary(f);
|
||||
(fprintf)(f, "%*s %*s %*s %*s\n", POINTER_XDIGITS, "start",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue