The Advanced Linux Sound Architecture (ALSA) - library
Find a file
Jaroslav Kysela 523b1eb92e alsalisp memory allocation optimization
- force of reusing alisp objects
  - added auto-garbage-collect mechanism
  - fixed bad garbage-collect (yes, the original code can free "running" lisp program)
  - hctl.lisp test example
    - reduced lisp object memory pool usage from 240kB to 29kB (auto-gc)
    - reduced --''-- from 29kB (auto-gc) to 9kB (manual gc)
FIXME: we need definitely an opminization for the alisp object lookups
       - use bsearch()?
2003-08-22 09:41:17 +00:00
alsalisp alsalisp memory allocation optimization 2003-08-22 09:41:17 +00:00
aserver Art Haas <ahaas@airmail.net> 2003-07-26 16:24:11 +00:00
doc added pcm_d* files. 2003-03-26 15:24:19 +00:00
include added workaround for ppc64. 2003-08-13 13:18:36 +00:00
src alsalisp memory allocation optimization 2003-08-22 09:41:17 +00:00
test fixed the type prefix of printd for the time (unsigned long). 2003-07-14 10:23:16 +00:00
utils clean up the spec file by Ronny V. Vindenes. 2003-02-25 15:34:23 +00:00
acinclude.m4 Automake cleanups. 2003-03-07 16:55:24 +00:00
ChangeLog * update to libtool 1.3.3 1999-07-22 12:18:42 +00:00
configure.in 0.9.6 2003-07-28 11:50:24 +00:00
COPYING Updated GNU GPL license (address). 2001-12-30 09:22:54 +00:00
cvscompile Oops, depmod should be depcomp 2002-10-24 12:09:30 +00:00
INSTALL Added note about jack plugin 2003-03-10 12:55:43 +00:00
Makefile.am Initial code for lisp interpreter 2003-06-24 19:30:08 +00:00
MEMORY-LEAK Initial version 2003-02-04 14:56:07 +00:00
TODO Added snd_config_load_override(). 2002-01-09 21:28:15 +00:00