[vlc-commits] commit: Modules: use a dynamic array for the shortcuts ( this save 40K of memory on a 64bit system). ( Rémi Duraffort )
git at videolan.org
git at videolan.org
Wed Apr 21 11:57:44 CEST 2010
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Wed Apr 21 11:17:17 2010 +0200| [3c3964589ec711c9ea363e51750f431104ac1637] | committer: Rémi Duraffort
Modules: use a dynamic array for the shortcuts (this save 40K of memory on a 64bit system).
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3c3964589ec711c9ea363e51750f431104ac1637
---
src/libvlc.c | 23 +++++++++++------------
src/modules/cache.c | 34 ++++++++++++++++++++--------------
src/modules/entry.c | 22 ++++++++++++----------
src/modules/modules.c | 23 ++++++++---------------
src/modules/modules.h | 3 ++-
5 files changed, 53 insertions(+), 52 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=3c3964589ec711c9ea363e51750f431104ac1637
More information about the vlc-commits
mailing list