Draft: Implement a memcpy() clone that uses the threadpool
Compare changes
+ 19
− 14
@@ -32,6 +32,7 @@
@@ -49,7 +50,8 @@
@@ -89,9 +91,10 @@ static void *engine_do_redistribute(const char *label, int *counts, char *parts,
@@ -177,8 +180,9 @@ static void *engine_do_redistribute(const char *label, int *counts, char *parts,
@@ -1181,7 +1185,7 @@ void engine_redistribute(struct engine *e) {
@@ -1189,15 +1193,16 @@ void engine_redistribute(struct engine *e) {
@@ -1207,7 +1212,7 @@ void engine_redistribute(struct engine *e) {
@@ -1217,7 +1222,7 @@ void engine_redistribute(struct engine *e) {
@@ -1226,7 +1231,7 @@ void engine_redistribute(struct engine *e) {