diff 2014/March/memo/16th.txt @ 50:43c6da29d688

add some files
author Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
date Sun, 16 Mar 2014 13:22:03 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/2014/March/memo/16th.txt	Sun Mar 16 13:22:03 2014 +0900
@@ -0,0 +1,20 @@
+2014/02/01 (Sat)
+    [program]
+        wait_for かけたいけど、どうしようか
+
+        現状
+        divide read が完全に終わってから Task が走る
+            -> 読み込んでから実行してるしあまりはやくならねーよ
+
+        理想
+        divide read しながら Task 走るのが一番の理想
+            -> divide read が最初からちゃんと走るけど、 Task が追い越してしまうので
+                 それをどう同期とろうか悩み中
+
+        2GB 以上を取ろうとすると
+            regex(19797,0x7fff75dad310) malloc: *** mach_vm_map(size=18446744071569698816) failed (error code=3)
+            *** error: can't allocate region
+            *** set a breakpoint in malloc_error_break to debug
+            Can't allocate memory
+
+        もしかして、allocate sizeに限界がある??