Update to jemalloc 4.4.0.

Merge remote-tracking branch 'aosp/upstream-new' into upgrade

Includes regenerating the necessary files.

Bug: 33321361

Test: Built for x86_64/arm64. Built the no tcache and tcache enabled
Test: configs (nexus 9/nexus 6p). Compared the before after running
Test: all dumps through the memory replay and verified no unexpected
Test: increases. Ran bionic unit tests in both configs, 32 bit and 64 bit
Test: variants. Ran the jemalloc unit tests in both configs.

Change-Id: I2e8f3305cd1717c7efced69718fff90797f21068
diff --git a/Android.bp b/Android.bp
index b2cfeb8..5718add 100644
--- a/Android.bp
+++ b/Android.bp
@@ -214,6 +214,8 @@
     "test/unit/mq.c",
     "test/unit/mtx.c",
     "test/unit/nstime.c",
+    "test/unit/pack.c",
+    "test/unit/pages.c",
     "test/unit/prng.c",
     "test/unit/prof_accum.c",
     "test/unit/prof_active.c",