glibc-test-lowram.patch

来自「linux下编译交叉工具链的工具源码」· PATCH 代码 · 共 15 行

PATCH
15
字号
--- glibc-2.2.5/malloc/tst-calloc.c.old	Sun Aug  3 16:17:58 2003+++ glibc-2.2.5/malloc/tst-calloc.c	Sun Aug  3 16:20:01 2003@@ -24,9 +24,8 @@ #include <stdio.h>  -/* Number of samples per size.  */-#define N 50000-+/* Number of samples per size.  This is also the maximum memory consumption in kilobytes. */+#define N 8000  static void fixed_test (int size)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?