From 668820ef5ade329b9caf99d77827adf7c0869862 Mon Sep 17 00:00:00 2001 From: mashuptwice Date: Sun, 28 Aug 2022 14:08:04 +0200 Subject: Edit all occurences of "watchface" to "watch face" --- doc/MemoryAnalysis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/MemoryAnalysis.md') diff --git a/doc/MemoryAnalysis.md b/doc/MemoryAnalysis.md index 0feb0f9e..fe493ba0 100644 --- a/doc/MemoryAnalysis.md +++ b/doc/MemoryAnalysis.md @@ -245,7 +245,7 @@ void* __wrap_malloc(size_t size) { Now, your function `__wrap_malloc()` will be called instead of `malloc()`. You can call the actual malloc from the stdlib by calling `__real_malloc()`. -Using this technique, I was able to trace all malloc calls at boot (boot -> digital watchface): +Using this technique, I was able to trace all malloc calls at boot (boot -> digital watch face): - system task = 3464 bytes (SystemTask could potentially be declared as a global variable to avoid heap allocation here) - string music = 31 (maybe we should not use std::string when not needed, as it does heap allocation) -- cgit v1.2.3-70-g09d2