tech-overview.txt: reflect talloc/TA changes

This commit is contained in:
wm4 2013-10-15 21:41:58 +02:00
parent 97770473d0
commit 1b8eeeb8cc
1 changed files with 6 additions and 0 deletions

View File

@ -76,6 +76,12 @@ talloc.h & talloc.c:
replacement. It works on top of system malloc and provides additional
features that are supposed to make memory management easier.
Warning: actually, we're not using talloc anymore. talloc in mpv has been
replaced by a custom re-implementation (TA in ta/). It provides
some talloc emulation (just the parts needed by mpv). We will get
rid of the talloc emulation later and use TA natively.
(See ta/README for details.)
mpvcore/mp_core.h:
Data structures for mplayer.c and command.c. They are usually not accessed
by other parts of mpv for the sake of modularization.