ossp-pkg/sio/al.c 1.15 -> 1.16
--- al.c 2002/10/17 10:17:54 1.15
+++ al.c 2002/10/17 11:42:43 1.16
@@ -356,6 +356,11 @@
return AL_ERR_MEM;
}
} else {
+ /* thl: FIXME i would suggest using REMTAIL() here because dispose_chunk
+ * puts the latest disposed chunks at the end of the list and
+ * those latest data should have a closer approximation to the
+ * CPU in terms of internal cache, external cache, RAM and VM
+ */
REMHEAD(&alc_freelist, chunks, alc);
--alc_freecount;
}
|
|