JIT memory allocation and integration into Assembler

PiperOrigin-RevId: 416333878
diff --git a/google3/third_party/XNNPACK/.clang-format b/google3/third_party/XNNPACK/.clang-format
index 533174b..3fa3873 100644
--- a/google3/third_party/XNNPACK/.clang-format
+++ b/google3/third_party/XNNPACK/.clang-format
@@ -2,3 +2,4 @@
 AllowShortFunctionsOnASingleLine: Inline
 PackConstructorInitializers: Never
 ColumnLimit: 120
+SpaceAfterCStyleCast: true