diff options
author | David Walter Seikel | 2012-01-04 18:41:13 +1000 |
---|---|---|
committer | David Walter Seikel | 2012-01-04 18:41:13 +1000 |
commit | dd7595a3475407a7fa96a97393bae8c5220e8762 (patch) | |
tree | e341e911d7eb911a51684a7412ef7f7c7605d28e /libraries/eina/src/modules/mp/chained_pool | |
parent | Add the skeleton. (diff) | |
download | SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.zip SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.tar.gz SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.tar.bz2 SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.tar.xz |
Add the base Enlightenment Foundation Libraries - eina, eet, evas, ecore, embryo, and edje.
Note that embryo wont be used, but I'm not sure yet if you can build edje without it.
Diffstat (limited to 'libraries/eina/src/modules/mp/chained_pool')
3 files changed, 1221 insertions, 0 deletions
diff --git a/libraries/eina/src/modules/mp/chained_pool/Makefile.am b/libraries/eina/src/modules/mp/chained_pool/Makefile.am new file mode 100644 index 0000000..815bab7 --- /dev/null +++ b/libraries/eina/src/modules/mp/chained_pool/Makefile.am | |||
@@ -0,0 +1,30 @@ | |||
1 | MAINTAINERCLEANFILES = Makefile.in | ||
2 | |||
3 | AM_CPPFLAGS = \ | ||
4 | -I. \ | ||
5 | -I$(top_srcdir)/src/include \ | ||
6 | -I$(top_builddir)/src/include \ | ||
7 | -I$(top_srcdir)/src/lib \ | ||
8 | -I$(top_builddir)/src/lib \ | ||
9 | @EINA_CPPFLAGS@ \ | ||
10 | @EFL_EINA_BUILD@ \ | ||
11 | @VALGRIND_CFLAGS@ | ||
12 | |||
13 | controllerdir = $(libdir)/eina/modules/mp/chained_pool/$(MODULE_ARCH) | ||
14 | controller_LTLIBRARIES = module.la | ||
15 | |||
16 | module_la_SOURCES = \ | ||
17 | eina_chained_mempool.c | ||
18 | |||
19 | module_la_CFLAGS = @EINA_CFLAGS@ @EFL_PTHREAD_CFLAGS@ | ||
20 | module_la_LIBADD = $(top_builddir)/src/lib/libeina.la @EINA_LIBS@ | ||
21 | module_la_LDFLAGS = -no-undefined @lt_enable_auto_import@ -module -avoid-version @EFL_PTHREAD_LIBS@ | ||
22 | module_la_LIBTOOLFLAGS = --tag=disable-static | ||
23 | |||
24 | install-data-hook: | ||
25 | rm -f $(DESTDIR)$(controllerdir)/$(controller_LTLIBRARIES) | ||
26 | uninstall-hook: | ||
27 | rm -f $(DESTDIR)$(controllerdir)/module.* | ||
28 | |||
29 | clean-local: | ||
30 | rm -rf *.gcno | ||
diff --git a/libraries/eina/src/modules/mp/chained_pool/Makefile.in b/libraries/eina/src/modules/mp/chained_pool/Makefile.in new file mode 100644 index 0000000..b728672 --- /dev/null +++ b/libraries/eina/src/modules/mp/chained_pool/Makefile.in | |||
@@ -0,0 +1,644 @@ | |||
1 | # Makefile.in generated by automake 1.11.1 from Makefile.am. | ||
2 | # @configure_input@ | ||
3 | |||
4 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | ||
5 | # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, | ||
6 | # Inc. | ||
7 | # This Makefile.in is free software; the Free Software Foundation | ||
8 | # gives unlimited permission to copy and/or distribute it, | ||
9 | # with or without modifications, as long as this notice is preserved. | ||
10 | |||
11 | # This program is distributed in the hope that it will be useful, | ||
12 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without | ||
13 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | ||
14 | # PARTICULAR PURPOSE. | ||
15 | |||
16 | @SET_MAKE@ | ||
17 | |||
18 | VPATH = @srcdir@ | ||
19 | pkgdatadir = $(datadir)/@PACKAGE@ | ||
20 | pkgincludedir = $(includedir)/@PACKAGE@ | ||
21 | pkglibdir = $(libdir)/@PACKAGE@ | ||
22 | pkglibexecdir = $(libexecdir)/@PACKAGE@ | ||
23 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | ||
24 | install_sh_DATA = $(install_sh) -c -m 644 | ||
25 | install_sh_PROGRAM = $(install_sh) -c | ||
26 | install_sh_SCRIPT = $(install_sh) -c | ||
27 | INSTALL_HEADER = $(INSTALL_DATA) | ||
28 | transform = $(program_transform_name) | ||
29 | NORMAL_INSTALL = : | ||
30 | PRE_INSTALL = : | ||
31 | POST_INSTALL = : | ||
32 | NORMAL_UNINSTALL = : | ||
33 | PRE_UNINSTALL = : | ||
34 | POST_UNINSTALL = : | ||
35 | build_triplet = @build@ | ||
36 | host_triplet = @host@ | ||
37 | subdir = src/modules/mp/chained_pool | ||
38 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in | ||
39 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | ||
40 | am__aclocal_m4_deps = $(top_srcdir)/m4/efl_attribute.m4 \ | ||
41 | $(top_srcdir)/m4/efl_benchmark.m4 \ | ||
42 | $(top_srcdir)/m4/efl_compiler_flag.m4 \ | ||
43 | $(top_srcdir)/m4/efl_coverage.m4 $(top_srcdir)/m4/efl_cpu.m4 \ | ||
44 | $(top_srcdir)/m4/efl_doxygen.m4 \ | ||
45 | $(top_srcdir)/m4/efl_examples.m4 \ | ||
46 | $(top_srcdir)/m4/efl_fnmatch.m4 \ | ||
47 | $(top_srcdir)/m4/efl_path_max.m4 $(top_srcdir)/m4/efl_tests.m4 \ | ||
48 | $(top_srcdir)/m4/efl_threads.m4 \ | ||
49 | $(top_srcdir)/m4/efl_voltron.m4 $(top_srcdir)/m4/eina_bench.m4 \ | ||
50 | $(top_srcdir)/m4/eina_check.m4 $(top_srcdir)/m4/libtool.m4 \ | ||
51 | $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ | ||
52 | $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ | ||
53 | $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac | ||
54 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | ||
55 | $(ACLOCAL_M4) | ||
56 | mkinstalldirs = $(install_sh) -d | ||
57 | CONFIG_HEADER = $(top_builddir)/config.h | ||
58 | CONFIG_CLEAN_FILES = | ||
59 | CONFIG_CLEAN_VPATH_FILES = | ||
60 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; | ||
61 | am__vpath_adj = case $$p in \ | ||
62 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ | ||
63 | *) f=$$p;; \ | ||
64 | esac; | ||
65 | am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; | ||
66 | am__install_max = 40 | ||
67 | am__nobase_strip_setup = \ | ||
68 | srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` | ||
69 | am__nobase_strip = \ | ||
70 | for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" | ||
71 | am__nobase_list = $(am__nobase_strip_setup); \ | ||
72 | for p in $$list; do echo "$$p $$p"; done | \ | ||
73 | sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ | ||
74 | $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ | ||
75 | if (++n[$$2] == $(am__install_max)) \ | ||
76 | { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ | ||
77 | END { for (dir in files) print dir, files[dir] }' | ||
78 | am__base_list = \ | ||
79 | sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ | ||
80 | sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | ||
81 | am__installdirs = "$(DESTDIR)$(controllerdir)" | ||
82 | LTLIBRARIES = $(controller_LTLIBRARIES) | ||
83 | module_la_DEPENDENCIES = $(top_builddir)/src/lib/libeina.la | ||
84 | am_module_la_OBJECTS = module_la-eina_chained_mempool.lo | ||
85 | module_la_OBJECTS = $(am_module_la_OBJECTS) | ||
86 | AM_V_lt = $(am__v_lt_$(V)) | ||
87 | am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) | ||
88 | am__v_lt_0 = --silent | ||
89 | module_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ | ||
90 | $(module_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ | ||
91 | $(module_la_CFLAGS) $(CFLAGS) $(module_la_LDFLAGS) $(LDFLAGS) \ | ||
92 | -o $@ | ||
93 | DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) | ||
94 | depcomp = $(SHELL) $(top_srcdir)/depcomp | ||
95 | am__depfiles_maybe = depfiles | ||
96 | am__mv = mv -f | ||
97 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | ||
98 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | ||
99 | LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ | ||
100 | $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ | ||
101 | $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ | ||
102 | $(AM_CFLAGS) $(CFLAGS) | ||
103 | AM_V_CC = $(am__v_CC_$(V)) | ||
104 | am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) | ||
105 | am__v_CC_0 = @echo " CC " $@; | ||
106 | AM_V_at = $(am__v_at_$(V)) | ||
107 | am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) | ||
108 | am__v_at_0 = @ | ||
109 | CCLD = $(CC) | ||
110 | LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ | ||
111 | $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ | ||
112 | $(AM_LDFLAGS) $(LDFLAGS) -o $@ | ||
113 | AM_V_CCLD = $(am__v_CCLD_$(V)) | ||
114 | am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) | ||
115 | am__v_CCLD_0 = @echo " CCLD " $@; | ||
116 | AM_V_GEN = $(am__v_GEN_$(V)) | ||
117 | am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) | ||
118 | am__v_GEN_0 = @echo " GEN " $@; | ||
119 | SOURCES = $(module_la_SOURCES) | ||
120 | DIST_SOURCES = $(module_la_SOURCES) | ||
121 | ETAGS = etags | ||
122 | CTAGS = ctags | ||
123 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | ||
124 | ACLOCAL = @ACLOCAL@ | ||
125 | ALLOCA = @ALLOCA@ | ||
126 | AMTAR = @AMTAR@ | ||
127 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | ||
128 | AR = @AR@ | ||
129 | AS = @AS@ | ||
130 | AUTOCONF = @AUTOCONF@ | ||
131 | AUTOHEADER = @AUTOHEADER@ | ||
132 | AUTOMAKE = @AUTOMAKE@ | ||
133 | AWK = @AWK@ | ||
134 | CC = @CC@ | ||
135 | CCDEPMODE = @CCDEPMODE@ | ||
136 | CFLAGS = @CFLAGS@ | ||
137 | CHECK_CFLAGS = @CHECK_CFLAGS@ | ||
138 | CHECK_LIBS = @CHECK_LIBS@ | ||
139 | CPP = @CPP@ | ||
140 | CPPFLAGS = @CPPFLAGS@ | ||
141 | CXX = @CXX@ | ||
142 | CXXCPP = @CXXCPP@ | ||
143 | CXXDEPMODE = @CXXDEPMODE@ | ||
144 | CXXFLAGS = @CXXFLAGS@ | ||
145 | CYGPATH_W = @CYGPATH_W@ | ||
146 | DEFS = @DEFS@ | ||
147 | DEPDIR = @DEPDIR@ | ||
148 | DLLTOOL = @DLLTOOL@ | ||
149 | DSYMUTIL = @DSYMUTIL@ | ||
150 | DUMPBIN = @DUMPBIN@ | ||
151 | ECHO_C = @ECHO_C@ | ||
152 | ECHO_N = @ECHO_N@ | ||
153 | ECHO_T = @ECHO_T@ | ||
154 | ECORE_EVAS_CFLAGS = @ECORE_EVAS_CFLAGS@ | ||
155 | ECORE_EVAS_LIBS = @ECORE_EVAS_LIBS@ | ||
156 | EFL_COVERAGE_CFLAGS = @EFL_COVERAGE_CFLAGS@ | ||
157 | EFL_COVERAGE_LIBS = @EFL_COVERAGE_LIBS@ | ||
158 | EFL_EINA_BUILD = @EFL_EINA_BUILD@ | ||
159 | EFL_FNMATCH_LIBS = @EFL_FNMATCH_LIBS@ | ||
160 | EFL_PTHREAD_CFLAGS = @EFL_PTHREAD_CFLAGS@ | ||
161 | EFL_PTHREAD_LIBS = @EFL_PTHREAD_LIBS@ | ||
162 | EFL_SIMD_FLAGS = @EFL_SIMD_FLAGS@ | ||
163 | EGREP = @EGREP@ | ||
164 | EINA_CFLAGS = @EINA_CFLAGS@ | ||
165 | EINA_CONFIGURE_DEFAULT_MEMPOOL = @EINA_CONFIGURE_DEFAULT_MEMPOOL@ | ||
166 | EINA_CONFIGURE_HAVE_DEBUG_THREADS = @EINA_CONFIGURE_HAVE_DEBUG_THREADS@ | ||
167 | EINA_CONFIGURE_HAVE_INTTYPES_H = @EINA_CONFIGURE_HAVE_INTTYPES_H@ | ||
168 | EINA_CONFIGURE_HAVE_ON_OFF_THREADS = @EINA_CONFIGURE_HAVE_ON_OFF_THREADS@ | ||
169 | EINA_CONFIGURE_HAVE_STDINT_H = @EINA_CONFIGURE_HAVE_STDINT_H@ | ||
170 | EINA_CONFIGURE_HAVE_THREADS = @EINA_CONFIGURE_HAVE_THREADS@ | ||
171 | EINA_CONFIGURE_MAGIC_DEBUG = @EINA_CONFIGURE_MAGIC_DEBUG@ | ||
172 | EINA_CONFIGURE_SAFETY_CHECKS = @EINA_CONFIGURE_SAFETY_CHECKS@ | ||
173 | EINA_CPPFLAGS = @EINA_CPPFLAGS@ | ||
174 | EINA_LIBS = @EINA_LIBS@ | ||
175 | EINA_SIZEOF_WCHAR_T = @EINA_SIZEOF_WCHAR_T@ | ||
176 | EMEMOA_CFLAGS = @EMEMOA_CFLAGS@ | ||
177 | EMEMOA_LIBS = @EMEMOA_LIBS@ | ||
178 | ESCAPE_CFLAGS = @ESCAPE_CFLAGS@ | ||
179 | ESCAPE_LIBS = @ESCAPE_LIBS@ | ||
180 | EVIL_CFLAGS = @EVIL_CFLAGS@ | ||
181 | EVIL_LIBS = @EVIL_LIBS@ | ||
182 | EXEEXT = @EXEEXT@ | ||
183 | FGREP = @FGREP@ | ||
184 | GLIB_CFLAGS = @GLIB_CFLAGS@ | ||
185 | GLIB_LIBS = @GLIB_LIBS@ | ||
186 | GREP = @GREP@ | ||
187 | INSTALL = @INSTALL@ | ||
188 | INSTALL_DATA = @INSTALL_DATA@ | ||
189 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ | ||
190 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ | ||
191 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | ||
192 | LD = @LD@ | ||
193 | LDFLAGS = @LDFLAGS@ | ||
194 | LIBOBJS = @LIBOBJS@ | ||
195 | LIBS = @LIBS@ | ||
196 | LIBTOOL = @LIBTOOL@ | ||
197 | LIPO = @LIPO@ | ||
198 | LN_S = @LN_S@ | ||
199 | LTLIBOBJS = @LTLIBOBJS@ | ||
200 | MAKEINFO = @MAKEINFO@ | ||
201 | MKDIR_P = @MKDIR_P@ | ||
202 | MODULE_ARCH = @MODULE_ARCH@ | ||
203 | NM = @NM@ | ||
204 | NMEDIT = @NMEDIT@ | ||
205 | OBJDUMP = @OBJDUMP@ | ||
206 | OBJEXT = @OBJEXT@ | ||
207 | OTOOL = @OTOOL@ | ||
208 | OTOOL64 = @OTOOL64@ | ||
209 | PACKAGE = @PACKAGE@ | ||
210 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | ||
211 | PACKAGE_NAME = @PACKAGE_NAME@ | ||
212 | PACKAGE_STRING = @PACKAGE_STRING@ | ||
213 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ | ||
214 | PACKAGE_URL = @PACKAGE_URL@ | ||
215 | PACKAGE_VERSION = @PACKAGE_VERSION@ | ||
216 | PATH_SEPARATOR = @PATH_SEPARATOR@ | ||
217 | PKG_CONFIG = @PKG_CONFIG@ | ||
218 | PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ | ||
219 | PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ | ||
220 | RANLIB = @RANLIB@ | ||
221 | SED = @SED@ | ||
222 | SET_MAKE = @SET_MAKE@ | ||
223 | SHELL = @SHELL@ | ||
224 | STRIP = @STRIP@ | ||
225 | VALGRIND_CFLAGS = @VALGRIND_CFLAGS@ | ||
226 | VALGRIND_LIBS = @VALGRIND_LIBS@ | ||
227 | VERSION = @VERSION@ | ||
228 | VMAJ = @VMAJ@ | ||
229 | abs_builddir = @abs_builddir@ | ||
230 | abs_srcdir = @abs_srcdir@ | ||
231 | abs_top_builddir = @abs_top_builddir@ | ||
232 | abs_top_srcdir = @abs_top_srcdir@ | ||
233 | ac_ct_CC = @ac_ct_CC@ | ||
234 | ac_ct_CXX = @ac_ct_CXX@ | ||
235 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | ||
236 | am__include = @am__include@ | ||
237 | am__leading_dot = @am__leading_dot@ | ||
238 | am__quote = @am__quote@ | ||
239 | am__tar = @am__tar@ | ||
240 | am__untar = @am__untar@ | ||
241 | bindir = @bindir@ | ||
242 | build = @build@ | ||
243 | build_alias = @build_alias@ | ||
244 | build_cpu = @build_cpu@ | ||
245 | build_os = @build_os@ | ||
246 | build_vendor = @build_vendor@ | ||
247 | builddir = @builddir@ | ||
248 | datadir = @datadir@ | ||
249 | datarootdir = @datarootdir@ | ||
250 | dlopen_libs = @dlopen_libs@ | ||
251 | docdir = @docdir@ | ||
252 | dvidir = @dvidir@ | ||
253 | efl_doxygen = @efl_doxygen@ | ||
254 | efl_have_doxygen = @efl_have_doxygen@ | ||
255 | exec_prefix = @exec_prefix@ | ||
256 | have_lcov = @have_lcov@ | ||
257 | host = @host@ | ||
258 | host_alias = @host_alias@ | ||
259 | host_cpu = @host_cpu@ | ||
260 | host_os = @host_os@ | ||
261 | host_vendor = @host_vendor@ | ||
262 | htmldir = @htmldir@ | ||
263 | iconv_libs = @iconv_libs@ | ||
264 | includedir = @includedir@ | ||
265 | infodir = @infodir@ | ||
266 | install_sh = @install_sh@ | ||
267 | libdir = @libdir@ | ||
268 | libexecdir = @libexecdir@ | ||
269 | localedir = @localedir@ | ||
270 | localstatedir = @localstatedir@ | ||
271 | lt_ECHO = @lt_ECHO@ | ||
272 | lt_enable_auto_import = @lt_enable_auto_import@ | ||
273 | mandir = @mandir@ | ||
274 | mkdir_p = @mkdir_p@ | ||
275 | oldincludedir = @oldincludedir@ | ||
276 | pdfdir = @pdfdir@ | ||
277 | pkgconfig_requires_private = @pkgconfig_requires_private@ | ||
278 | prefix = @prefix@ | ||
279 | program_transform_name = @program_transform_name@ | ||
280 | psdir = @psdir@ | ||
281 | release_info = @release_info@ | ||
282 | requirement_eina = @requirement_eina@ | ||
283 | rt_libs = @rt_libs@ | ||
284 | sbindir = @sbindir@ | ||
285 | sharedstatedir = @sharedstatedir@ | ||
286 | srcdir = @srcdir@ | ||
287 | sysconfdir = @sysconfdir@ | ||
288 | target_alias = @target_alias@ | ||
289 | top_build_prefix = @top_build_prefix@ | ||
290 | top_builddir = @top_builddir@ | ||
291 | top_srcdir = @top_srcdir@ | ||
292 | version_info = @version_info@ | ||
293 | MAINTAINERCLEANFILES = Makefile.in | ||
294 | AM_CPPFLAGS = \ | ||
295 | -I. \ | ||
296 | -I$(top_srcdir)/src/include \ | ||
297 | -I$(top_builddir)/src/include \ | ||
298 | -I$(top_srcdir)/src/lib \ | ||
299 | -I$(top_builddir)/src/lib \ | ||
300 | @EINA_CPPFLAGS@ \ | ||
301 | @EFL_EINA_BUILD@ \ | ||
302 | @VALGRIND_CFLAGS@ | ||
303 | |||
304 | controllerdir = $(libdir)/eina/modules/mp/chained_pool/$(MODULE_ARCH) | ||
305 | controller_LTLIBRARIES = module.la | ||
306 | module_la_SOURCES = \ | ||
307 | eina_chained_mempool.c | ||
308 | |||
309 | module_la_CFLAGS = @EINA_CFLAGS@ @EFL_PTHREAD_CFLAGS@ | ||
310 | module_la_LIBADD = $(top_builddir)/src/lib/libeina.la @EINA_LIBS@ | ||
311 | module_la_LDFLAGS = -no-undefined @lt_enable_auto_import@ -module -avoid-version @EFL_PTHREAD_LIBS@ | ||
312 | module_la_LIBTOOLFLAGS = --tag=disable-static | ||
313 | all: all-am | ||
314 | |||
315 | .SUFFIXES: | ||
316 | .SUFFIXES: .c .lo .o .obj | ||
317 | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | ||
318 | @for dep in $?; do \ | ||
319 | case '$(am__configure_deps)' in \ | ||
320 | *$$dep*) \ | ||
321 | ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ | ||
322 | && { if test -f $@; then exit 0; else break; fi; }; \ | ||
323 | exit 1;; \ | ||
324 | esac; \ | ||
325 | done; \ | ||
326 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/modules/mp/chained_pool/Makefile'; \ | ||
327 | $(am__cd) $(top_srcdir) && \ | ||
328 | $(AUTOMAKE) --gnu src/modules/mp/chained_pool/Makefile | ||
329 | .PRECIOUS: Makefile | ||
330 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | ||
331 | @case '$?' in \ | ||
332 | *config.status*) \ | ||
333 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ | ||
334 | *) \ | ||
335 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ | ||
336 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ | ||
337 | esac; | ||
338 | |||
339 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | ||
340 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
341 | |||
342 | $(top_srcdir)/configure: $(am__configure_deps) | ||
343 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
344 | $(ACLOCAL_M4): $(am__aclocal_m4_deps) | ||
345 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
346 | $(am__aclocal_m4_deps): | ||
347 | install-controllerLTLIBRARIES: $(controller_LTLIBRARIES) | ||
348 | @$(NORMAL_INSTALL) | ||
349 | test -z "$(controllerdir)" || $(MKDIR_P) "$(DESTDIR)$(controllerdir)" | ||
350 | @list='$(controller_LTLIBRARIES)'; test -n "$(controllerdir)" || list=; \ | ||
351 | list2=; for p in $$list; do \ | ||
352 | if test -f $$p; then \ | ||
353 | list2="$$list2 $$p"; \ | ||
354 | else :; fi; \ | ||
355 | done; \ | ||
356 | test -z "$$list2" || { \ | ||
357 | echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(controllerdir)'"; \ | ||
358 | $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(controllerdir)"; \ | ||
359 | } | ||
360 | |||
361 | uninstall-controllerLTLIBRARIES: | ||
362 | @$(NORMAL_UNINSTALL) | ||
363 | @list='$(controller_LTLIBRARIES)'; test -n "$(controllerdir)" || list=; \ | ||
364 | for p in $$list; do \ | ||
365 | $(am__strip_dir) \ | ||
366 | echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(controllerdir)/$$f'"; \ | ||
367 | $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(controllerdir)/$$f"; \ | ||
368 | done | ||
369 | |||
370 | clean-controllerLTLIBRARIES: | ||
371 | -test -z "$(controller_LTLIBRARIES)" || rm -f $(controller_LTLIBRARIES) | ||
372 | @list='$(controller_LTLIBRARIES)'; for p in $$list; do \ | ||
373 | dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ | ||
374 | test "$$dir" != "$$p" || dir=.; \ | ||
375 | echo "rm -f \"$${dir}/so_locations\""; \ | ||
376 | rm -f "$${dir}/so_locations"; \ | ||
377 | done | ||
378 | module.la: $(module_la_OBJECTS) $(module_la_DEPENDENCIES) | ||
379 | $(AM_V_CCLD)$(module_la_LINK) -rpath $(controllerdir) $(module_la_OBJECTS) $(module_la_LIBADD) $(LIBS) | ||
380 | |||
381 | mostlyclean-compile: | ||
382 | -rm -f *.$(OBJEXT) | ||
383 | |||
384 | distclean-compile: | ||
385 | -rm -f *.tab.c | ||
386 | |||
387 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/module_la-eina_chained_mempool.Plo@am__quote@ | ||
388 | |||
389 | .c.o: | ||
390 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< | ||
391 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | ||
392 | @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ | ||
393 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | ||
394 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | ||
395 | @am__fastdepCC_FALSE@ $(COMPILE) -c $< | ||
396 | |||
397 | .c.obj: | ||
398 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` | ||
399 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | ||
400 | @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ | ||
401 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | ||
402 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | ||
403 | @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` | ||
404 | |||
405 | .c.lo: | ||
406 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< | ||
407 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo | ||
408 | @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ | ||
409 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ | ||
410 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | ||
411 | @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< | ||
412 | |||
413 | module_la-eina_chained_mempool.lo: eina_chained_mempool.c | ||
414 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(module_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(module_la_CFLAGS) $(CFLAGS) -MT module_la-eina_chained_mempool.lo -MD -MP -MF $(DEPDIR)/module_la-eina_chained_mempool.Tpo -c -o module_la-eina_chained_mempool.lo `test -f 'eina_chained_mempool.c' || echo '$(srcdir)/'`eina_chained_mempool.c | ||
415 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/module_la-eina_chained_mempool.Tpo $(DEPDIR)/module_la-eina_chained_mempool.Plo | ||
416 | @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ | ||
417 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='eina_chained_mempool.c' object='module_la-eina_chained_mempool.lo' libtool=yes @AMDEPBACKSLASH@ | ||
418 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | ||
419 | @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(module_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(module_la_CFLAGS) $(CFLAGS) -c -o module_la-eina_chained_mempool.lo `test -f 'eina_chained_mempool.c' || echo '$(srcdir)/'`eina_chained_mempool.c | ||
420 | |||
421 | mostlyclean-libtool: | ||
422 | -rm -f *.lo | ||
423 | |||
424 | clean-libtool: | ||
425 | -rm -rf .libs _libs | ||
426 | |||
427 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | ||
428 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | ||
429 | unique=`for i in $$list; do \ | ||
430 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | ||
431 | done | \ | ||
432 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | ||
433 | END { if (nonempty) { for (i in files) print i; }; }'`; \ | ||
434 | mkid -fID $$unique | ||
435 | tags: TAGS | ||
436 | |||
437 | TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | ||
438 | $(TAGS_FILES) $(LISP) | ||
439 | set x; \ | ||
440 | here=`pwd`; \ | ||
441 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | ||
442 | unique=`for i in $$list; do \ | ||
443 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | ||
444 | done | \ | ||
445 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | ||
446 | END { if (nonempty) { for (i in files) print i; }; }'`; \ | ||
447 | shift; \ | ||
448 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ | ||
449 | test -n "$$unique" || unique=$$empty_fix; \ | ||
450 | if test $$# -gt 0; then \ | ||
451 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | ||
452 | "$$@" $$unique; \ | ||
453 | else \ | ||
454 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | ||
455 | $$unique; \ | ||
456 | fi; \ | ||
457 | fi | ||
458 | ctags: CTAGS | ||
459 | CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | ||
460 | $(TAGS_FILES) $(LISP) | ||
461 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | ||
462 | unique=`for i in $$list; do \ | ||
463 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | ||
464 | done | \ | ||
465 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | ||
466 | END { if (nonempty) { for (i in files) print i; }; }'`; \ | ||
467 | test -z "$(CTAGS_ARGS)$$unique" \ | ||
468 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | ||
469 | $$unique | ||
470 | |||
471 | GTAGS: | ||
472 | here=`$(am__cd) $(top_builddir) && pwd` \ | ||
473 | && $(am__cd) $(top_srcdir) \ | ||
474 | && gtags -i $(GTAGS_ARGS) "$$here" | ||
475 | |||
476 | distclean-tags: | ||
477 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | ||
478 | |||
479 | distdir: $(DISTFILES) | ||
480 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | ||
481 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | ||
482 | list='$(DISTFILES)'; \ | ||
483 | dist_files=`for file in $$list; do echo $$file; done | \ | ||
484 | sed -e "s|^$$srcdirstrip/||;t" \ | ||
485 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | ||
486 | case $$dist_files in \ | ||
487 | */*) $(MKDIR_P) `echo "$$dist_files" | \ | ||
488 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | ||
489 | sort -u` ;; \ | ||
490 | esac; \ | ||
491 | for file in $$dist_files; do \ | ||
492 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | ||
493 | if test -d $$d/$$file; then \ | ||
494 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ | ||
495 | if test -d "$(distdir)/$$file"; then \ | ||
496 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | ||
497 | fi; \ | ||
498 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | ||
499 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ | ||
500 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | ||
501 | fi; \ | ||
502 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ | ||
503 | else \ | ||
504 | test -f "$(distdir)/$$file" \ | ||
505 | || cp -p $$d/$$file "$(distdir)/$$file" \ | ||
506 | || exit 1; \ | ||
507 | fi; \ | ||
508 | done | ||
509 | check-am: all-am | ||
510 | check: check-am | ||
511 | all-am: Makefile $(LTLIBRARIES) | ||
512 | installdirs: | ||
513 | for dir in "$(DESTDIR)$(controllerdir)"; do \ | ||
514 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ | ||
515 | done | ||
516 | install: install-am | ||
517 | install-exec: install-exec-am | ||
518 | install-data: install-data-am | ||
519 | uninstall: uninstall-am | ||
520 | |||
521 | install-am: all-am | ||
522 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | ||
523 | |||
524 | installcheck: installcheck-am | ||
525 | install-strip: | ||
526 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | ||
527 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | ||
528 | `test -z '$(STRIP)' || \ | ||
529 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | ||
530 | mostlyclean-generic: | ||
531 | |||
532 | clean-generic: | ||
533 | |||
534 | distclean-generic: | ||
535 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | ||
536 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) | ||
537 | |||
538 | maintainer-clean-generic: | ||
539 | @echo "This command is intended for maintainers to use" | ||
540 | @echo "it deletes files that may require special tools to rebuild." | ||
541 | -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) | ||
542 | clean: clean-am | ||
543 | |||
544 | clean-am: clean-controllerLTLIBRARIES clean-generic clean-libtool \ | ||
545 | clean-local mostlyclean-am | ||
546 | |||
547 | distclean: distclean-am | ||
548 | -rm -rf ./$(DEPDIR) | ||
549 | -rm -f Makefile | ||
550 | distclean-am: clean-am distclean-compile distclean-generic \ | ||
551 | distclean-tags | ||
552 | |||
553 | dvi: dvi-am | ||
554 | |||
555 | dvi-am: | ||
556 | |||
557 | html: html-am | ||
558 | |||
559 | html-am: | ||
560 | |||
561 | info: info-am | ||
562 | |||
563 | info-am: | ||
564 | |||
565 | install-data-am: install-controllerLTLIBRARIES | ||
566 | @$(NORMAL_INSTALL) | ||
567 | $(MAKE) $(AM_MAKEFLAGS) install-data-hook | ||
568 | install-dvi: install-dvi-am | ||
569 | |||
570 | install-dvi-am: | ||
571 | |||
572 | install-exec-am: | ||
573 | |||
574 | install-html: install-html-am | ||
575 | |||
576 | install-html-am: | ||
577 | |||
578 | install-info: install-info-am | ||
579 | |||
580 | install-info-am: | ||
581 | |||
582 | install-man: | ||
583 | |||
584 | install-pdf: install-pdf-am | ||
585 | |||
586 | install-pdf-am: | ||
587 | |||
588 | install-ps: install-ps-am | ||
589 | |||
590 | install-ps-am: | ||
591 | |||
592 | installcheck-am: | ||
593 | |||
594 | maintainer-clean: maintainer-clean-am | ||
595 | -rm -rf ./$(DEPDIR) | ||
596 | -rm -f Makefile | ||
597 | maintainer-clean-am: distclean-am maintainer-clean-generic | ||
598 | |||
599 | mostlyclean: mostlyclean-am | ||
600 | |||
601 | mostlyclean-am: mostlyclean-compile mostlyclean-generic \ | ||
602 | mostlyclean-libtool | ||
603 | |||
604 | pdf: pdf-am | ||
605 | |||
606 | pdf-am: | ||
607 | |||
608 | ps: ps-am | ||
609 | |||
610 | ps-am: | ||
611 | |||
612 | uninstall-am: uninstall-controllerLTLIBRARIES | ||
613 | @$(NORMAL_INSTALL) | ||
614 | $(MAKE) $(AM_MAKEFLAGS) uninstall-hook | ||
615 | .MAKE: install-am install-data-am install-strip uninstall-am | ||
616 | |||
617 | .PHONY: CTAGS GTAGS all all-am check check-am clean \ | ||
618 | clean-controllerLTLIBRARIES clean-generic clean-libtool \ | ||
619 | clean-local ctags distclean distclean-compile \ | ||
620 | distclean-generic distclean-libtool distclean-tags distdir dvi \ | ||
621 | dvi-am html html-am info info-am install install-am \ | ||
622 | install-controllerLTLIBRARIES install-data install-data-am \ | ||
623 | install-data-hook install-dvi install-dvi-am install-exec \ | ||
624 | install-exec-am install-html install-html-am install-info \ | ||
625 | install-info-am install-man install-pdf install-pdf-am \ | ||
626 | install-ps install-ps-am install-strip installcheck \ | ||
627 | installcheck-am installdirs maintainer-clean \ | ||
628 | maintainer-clean-generic mostlyclean mostlyclean-compile \ | ||
629 | mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ | ||
630 | tags uninstall uninstall-am uninstall-controllerLTLIBRARIES \ | ||
631 | uninstall-hook | ||
632 | |||
633 | |||
634 | install-data-hook: | ||
635 | rm -f $(DESTDIR)$(controllerdir)/$(controller_LTLIBRARIES) | ||
636 | uninstall-hook: | ||
637 | rm -f $(DESTDIR)$(controllerdir)/module.* | ||
638 | |||
639 | clean-local: | ||
640 | rm -rf *.gcno | ||
641 | |||
642 | # Tell versions [3.59,3.63) of GNU make to not export all variables. | ||
643 | # Otherwise a system limit (for SysV at least) may be exceeded. | ||
644 | .NOEXPORT: | ||
diff --git a/libraries/eina/src/modules/mp/chained_pool/eina_chained_mempool.c b/libraries/eina/src/modules/mp/chained_pool/eina_chained_mempool.c new file mode 100644 index 0000000..009b62b --- /dev/null +++ b/libraries/eina/src/modules/mp/chained_pool/eina_chained_mempool.c | |||
@@ -0,0 +1,547 @@ | |||
1 | /* EINA - EFL data type library | ||
2 | * Copyright (C) 2008-2010 Cedric BAIL, Vincent Torri | ||
3 | * | ||
4 | * This library is free software; you can redistribute it and/or | ||
5 | * modify it under the terms of the GNU Lesser General Public | ||
6 | * License as published by the Free Software Foundation; either | ||
7 | * version 2.1 of the License, or (at your option) any later version. | ||
8 | * | ||
9 | * This library is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
12 | * Lesser General Public License for more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU Lesser General Public | ||
15 | * License along with this library; | ||
16 | * if not, see <http://www.gnu.org/licenses/>. | ||
17 | */ | ||
18 | |||
19 | #ifdef HAVE_CONFIG_H | ||
20 | # include "config.h" | ||
21 | #endif | ||
22 | |||
23 | #include <stdlib.h> | ||
24 | #include <string.h> | ||
25 | |||
26 | #ifdef EFL_HAVE_POSIX_THREADS | ||
27 | #include <pthread.h> | ||
28 | |||
29 | # ifdef EFL_DEBUG_THREADS | ||
30 | # include <assert.h> | ||
31 | # endif | ||
32 | #endif | ||
33 | |||
34 | #ifdef EFL_HAVE_WIN32_THREADS | ||
35 | # define WIN32_LEAN_AND_MEAN | ||
36 | # include <windows.h> | ||
37 | # undef WIN32_LEAN_AND_MEAN | ||
38 | #endif | ||
39 | |||
40 | #include "eina_inlist.h" | ||
41 | #include "eina_error.h" | ||
42 | #include "eina_module.h" | ||
43 | #include "eina_mempool.h" | ||
44 | #include "eina_trash.h" | ||
45 | #include "eina_rbtree.h" | ||
46 | #include "eina_lock.h" | ||
47 | |||
48 | #include "eina_private.h" | ||
49 | |||
50 | #ifndef NVALGRIND | ||
51 | # include <valgrind/memcheck.h> | ||
52 | #endif | ||
53 | |||
54 | #ifdef DEBUG | ||
55 | #include <assert.h> | ||
56 | #include "eina_log.h" | ||
57 | |||
58 | static int _eina_chained_mp_log_dom = -1; | ||
59 | |||
60 | #ifdef INF | ||
61 | #undef INF | ||
62 | #endif | ||
63 | #define INF(...) EINA_LOG_DOM_INFO(_eina_chained_mp_log_dom, __VA_ARGS__) | ||
64 | #endif | ||
65 | |||
66 | typedef struct _Chained_Mempool Chained_Mempool; | ||
67 | struct _Chained_Mempool | ||
68 | { | ||
69 | Eina_Inlist *first; | ||
70 | Eina_Rbtree *root; | ||
71 | const char *name; | ||
72 | int item_alloc; | ||
73 | int pool_size; | ||
74 | int alloc_size; | ||
75 | int group_size; | ||
76 | int usage; | ||
77 | #ifdef EFL_DEBUG_THREADS | ||
78 | pthread_t self; | ||
79 | #endif | ||
80 | Eina_Lock mutex; | ||
81 | }; | ||
82 | |||
83 | typedef struct _Chained_Pool Chained_Pool; | ||
84 | struct _Chained_Pool | ||
85 | { | ||
86 | EINA_INLIST; | ||
87 | EINA_RBTREE; | ||
88 | Eina_Trash *base; | ||
89 | int usage; | ||
90 | |||
91 | unsigned char *last; | ||
92 | unsigned char *limit; | ||
93 | }; | ||
94 | |||
95 | static inline Eina_Rbtree_Direction | ||
96 | _eina_chained_mp_pool_cmp(const Eina_Rbtree *left, const Eina_Rbtree *right, __UNUSED__ void *data) | ||
97 | { | ||
98 | if (left < right) return EINA_RBTREE_LEFT; | ||
99 | return EINA_RBTREE_RIGHT; | ||
100 | } | ||
101 | |||
102 | static inline int | ||
103 | _eina_chained_mp_pool_key_cmp(const Eina_Rbtree *node, const void *key, | ||
104 | __UNUSED__ int length, __UNUSED__ void *data) | ||
105 | { | ||
106 | const Chained_Pool *r = EINA_RBTREE_CONTAINER_GET(node, const Chained_Pool); | ||
107 | |||
108 | if (key > (void *) r->limit) return -1; | ||
109 | if (key < (void *) r) return 1; | ||
110 | return 0; | ||
111 | } | ||
112 | |||
113 | static inline Chained_Pool * | ||
114 | _eina_chained_mp_pool_new(Chained_Mempool *pool) | ||
115 | { | ||
116 | Chained_Pool *p; | ||
117 | unsigned char *ptr; | ||
118 | unsigned int alignof; | ||
119 | |||
120 | eina_error_set(0); | ||
121 | p = malloc(pool->alloc_size); | ||
122 | if (!p) | ||
123 | { | ||
124 | eina_error_set(EINA_ERROR_OUT_OF_MEMORY); | ||
125 | return NULL; | ||
126 | } | ||
127 | |||
128 | alignof = eina_mempool_alignof(sizeof(Chained_Pool)); | ||
129 | ptr = (unsigned char *)p + alignof; | ||
130 | p->usage = 0; | ||
131 | p->base = NULL; | ||
132 | |||
133 | p->last = ptr; | ||
134 | p->limit = ptr + pool->item_alloc * pool->pool_size; | ||
135 | |||
136 | #ifndef NVALGRIND | ||
137 | VALGRIND_MAKE_MEM_NOACCESS(ptr, pool->alloc_size - alignof); | ||
138 | #endif | ||
139 | |||
140 | return p; | ||
141 | } | ||
142 | |||
143 | static inline void | ||
144 | _eina_chained_mp_pool_free(Chained_Pool *p) | ||
145 | { | ||
146 | free(p); | ||
147 | } | ||
148 | |||
149 | static int | ||
150 | _eina_chained_mempool_usage_cmp(const Eina_Inlist *l1, const Eina_Inlist *l2) | ||
151 | { | ||
152 | const Chained_Pool *p1; | ||
153 | const Chained_Pool *p2; | ||
154 | |||
155 | p1 = EINA_INLIST_CONTAINER_GET(l1, const Chained_Pool); | ||
156 | p2 = EINA_INLIST_CONTAINER_GET(l2, const Chained_Pool); | ||
157 | |||
158 | return p2->usage - p1->usage; | ||
159 | } | ||
160 | |||
161 | static void * | ||
162 | _eina_chained_mempool_alloc_in(Chained_Mempool *pool, Chained_Pool *p) | ||
163 | { | ||
164 | void *mem; | ||
165 | |||
166 | if (p->last) | ||
167 | { | ||
168 | mem = p->last; | ||
169 | p->last += pool->item_alloc; | ||
170 | if (p->last >= p->limit) | ||
171 | p->last = NULL; | ||
172 | } | ||
173 | else | ||
174 | { | ||
175 | #ifndef NVALGRIND | ||
176 | VALGRIND_MAKE_MEM_DEFINED(p->base, pool->item_alloc); | ||
177 | #endif | ||
178 | // Request a free pointer | ||
179 | mem = eina_trash_pop(&p->base); | ||
180 | } | ||
181 | |||
182 | // move to end - it just filled up | ||
183 | if (!p->base && !p->last) | ||
184 | pool->first = eina_inlist_demote(pool->first, EINA_INLIST_GET(p)); | ||
185 | |||
186 | p->usage++; | ||
187 | pool->usage++; | ||
188 | |||
189 | #ifndef NVALGRIND | ||
190 | VALGRIND_MEMPOOL_ALLOC(pool, mem, pool->item_alloc); | ||
191 | #endif | ||
192 | |||
193 | return mem; | ||
194 | } | ||
195 | |||
196 | static Eina_Bool | ||
197 | _eina_chained_mempool_free_in(Chained_Mempool *pool, Chained_Pool *p, void *ptr) | ||
198 | { | ||
199 | void *pmem; | ||
200 | |||
201 | // pool mem base | ||
202 | pmem = (void *)(((unsigned char *)p) + sizeof(Chained_Pool)); | ||
203 | |||
204 | // is it in pool mem? | ||
205 | if (ptr < pmem) | ||
206 | { | ||
207 | #ifdef DEBUG | ||
208 | INF("%p is inside the private part of %p pool from %p Chained_Mempool (could be the sign of a buffer underrun).", ptr, p, pool); | ||
209 | #endif | ||
210 | return EINA_FALSE; | ||
211 | } | ||
212 | |||
213 | // freed node points to prev free node | ||
214 | eina_trash_push(&p->base, ptr); | ||
215 | // next free node is now the one we freed | ||
216 | p->usage--; | ||
217 | pool->usage--; | ||
218 | if (p->usage == 0) | ||
219 | { | ||
220 | // free bucket | ||
221 | pool->first = eina_inlist_remove(pool->first, EINA_INLIST_GET(p)); | ||
222 | pool->root = eina_rbtree_inline_remove(pool->root, EINA_RBTREE_GET(p), | ||
223 | _eina_chained_mp_pool_cmp, NULL); | ||
224 | _eina_chained_mp_pool_free(p); | ||
225 | |||
226 | return EINA_TRUE; | ||
227 | } | ||
228 | else | ||
229 | { | ||
230 | // move to front | ||
231 | pool->first = eina_inlist_promote(pool->first, EINA_INLIST_GET(p)); | ||
232 | } | ||
233 | |||
234 | return EINA_FALSE; | ||
235 | } | ||
236 | |||
237 | static void * | ||
238 | eina_chained_mempool_malloc(void *data, __UNUSED__ unsigned int size) | ||
239 | { | ||
240 | Chained_Mempool *pool = data; | ||
241 | Chained_Pool *p = NULL; | ||
242 | void *mem; | ||
243 | |||
244 | if (!eina_lock_take(&pool->mutex)) | ||
245 | { | ||
246 | #ifdef EFL_DEBUG_THREADS | ||
247 | assert(pthread_equal(pool->self, pthread_self())); | ||
248 | #endif | ||
249 | } | ||
250 | |||
251 | // Either we have some free space in the first one, or there is no free space. | ||
252 | if (pool->first) p = EINA_INLIST_CONTAINER_GET(pool->first, Chained_Pool); | ||
253 | |||
254 | // base is not NULL - has a free slot | ||
255 | if (p && !p->base && !p->last) | ||
256 | p = NULL; | ||
257 | |||
258 | #ifdef DEBUG | ||
259 | if (p == NULL) | ||
260 | EINA_INLIST_FOREACH(pool->first, p) | ||
261 | assert(!p->base && !p->last); | ||
262 | #endif | ||
263 | |||
264 | // we have reached the end of the list - no free pools | ||
265 | if (!p) | ||
266 | { | ||
267 | p = _eina_chained_mp_pool_new(pool); | ||
268 | if (!p) | ||
269 | { | ||
270 | eina_lock_release(&pool->mutex); | ||
271 | return NULL; | ||
272 | } | ||
273 | |||
274 | pool->first = eina_inlist_prepend(pool->first, EINA_INLIST_GET(p)); | ||
275 | pool->root = eina_rbtree_inline_insert(pool->root, EINA_RBTREE_GET(p), | ||
276 | _eina_chained_mp_pool_cmp, NULL); | ||
277 | } | ||
278 | |||
279 | mem = _eina_chained_mempool_alloc_in(pool, p); | ||
280 | |||
281 | eina_lock_release(&pool->mutex); | ||
282 | |||
283 | return mem; | ||
284 | } | ||
285 | |||
286 | static void | ||
287 | eina_chained_mempool_free(void *data, void *ptr) | ||
288 | { | ||
289 | Chained_Mempool *pool = data; | ||
290 | Eina_Rbtree *r; | ||
291 | Chained_Pool *p; | ||
292 | |||
293 | // look 4 pool | ||
294 | if (!eina_lock_take(&pool->mutex)) | ||
295 | { | ||
296 | #ifdef EFL_DEBUG_THREADS | ||
297 | assert(pthread_equal(pool->self, pthread_self())); | ||
298 | #endif | ||
299 | } | ||
300 | |||
301 | // searching for the right mempool | ||
302 | r = eina_rbtree_inline_lookup(pool->root, ptr, 0, _eina_chained_mp_pool_key_cmp, NULL); | ||
303 | |||
304 | // related mempool not found | ||
305 | if (!r) | ||
306 | { | ||
307 | #ifdef DEBUG | ||
308 | INF("%p is not the property of %p Chained_Mempool", ptr, pool); | ||
309 | #endif | ||
310 | goto on_error; | ||
311 | } | ||
312 | |||
313 | p = EINA_RBTREE_CONTAINER_GET(r, Chained_Pool); | ||
314 | |||
315 | _eina_chained_mempool_free_in(pool, p, ptr); | ||
316 | |||
317 | on_error: | ||
318 | #ifndef NVALGRIND | ||
319 | if (ptr) | ||
320 | { | ||
321 | VALGRIND_MEMPOOL_FREE(pool, ptr); | ||
322 | } | ||
323 | #endif | ||
324 | |||
325 | eina_lock_release(&pool->mutex); | ||
326 | return; | ||
327 | } | ||
328 | |||
329 | static void | ||
330 | eina_chained_mempool_repack(void *data, | ||
331 | Eina_Mempool_Repack_Cb cb, | ||
332 | void *cb_data) | ||
333 | { | ||
334 | Chained_Mempool *pool = data; | ||
335 | Chained_Pool *start; | ||
336 | Chained_Pool *tail; | ||
337 | |||
338 | /* FIXME: Improvement - per Chained_Pool lock */ | ||
339 | if (!eina_lock_take(&pool->mutex)) | ||
340 | { | ||
341 | #ifdef EFL_DEBUG_THREADS | ||
342 | assert(pthread_equal(pool->self, pthread_self())); | ||
343 | #endif | ||
344 | } | ||
345 | |||
346 | pool->first = eina_inlist_sort(pool->first, | ||
347 | (Eina_Compare_Cb) _eina_chained_mempool_usage_cmp); | ||
348 | |||
349 | /* | ||
350 | idea : remove the almost empty pool at the beginning of the list by | ||
351 | moving data in the last pool with empty slot | ||
352 | */ | ||
353 | tail = EINA_INLIST_CONTAINER_GET(pool->first->last, Chained_Pool); | ||
354 | while (tail && tail->usage == pool->pool_size) | ||
355 | tail = EINA_INLIST_CONTAINER_GET((EINA_INLIST_GET(tail)->prev), Chained_Pool); | ||
356 | |||
357 | while (tail) | ||
358 | { | ||
359 | unsigned char *src; | ||
360 | unsigned char *dst; | ||
361 | |||
362 | start = EINA_INLIST_CONTAINER_GET(pool->first, Chained_Pool); | ||
363 | |||
364 | if (start == tail || start->usage == pool->pool_size) | ||
365 | break; | ||
366 | |||
367 | for (src = start->limit - pool->group_size; | ||
368 | src != start->limit; | ||
369 | src += pool->item_alloc) | ||
370 | { | ||
371 | Eina_Bool is_free = EINA_FALSE; | ||
372 | Eina_Bool is_dead; | ||
373 | |||
374 | /* Do we have something inside that piece of memory */ | ||
375 | if (start->last != NULL && src >= start->last) | ||
376 | { | ||
377 | is_free = EINA_TRUE; | ||
378 | } | ||
379 | else | ||
380 | { | ||
381 | Eina_Trash *over = start->base; | ||
382 | |||
383 | while (over != NULL && (unsigned char*) over != src) | ||
384 | over = over->next; | ||
385 | |||
386 | if (over == NULL) | ||
387 | is_free = EINA_TRUE; | ||
388 | } | ||
389 | |||
390 | if (is_free) continue ; | ||
391 | |||
392 | /* get a new memory pointer from the latest most occuped pool */ | ||
393 | dst = _eina_chained_mempool_alloc_in(pool, tail); | ||
394 | /* move data from one to another */ | ||
395 | memcpy(dst, src, pool->item_alloc); | ||
396 | /* notify caller */ | ||
397 | cb(dst, src, cb_data); | ||
398 | /* destroy old pointer */ | ||
399 | is_dead = _eina_chained_mempool_free_in(pool, start, src); | ||
400 | |||
401 | /* search last tail with empty slot */ | ||
402 | while (tail && tail->usage == pool->pool_size) | ||
403 | tail = EINA_INLIST_CONTAINER_GET((EINA_INLIST_GET(tail)->prev), | ||
404 | Chained_Pool); | ||
405 | /* no more free space */ | ||
406 | if (!tail || tail == start) break; | ||
407 | if (is_dead) break; | ||
408 | } | ||
409 | } | ||
410 | |||
411 | /* FIXME: improvement - reorder pool so that the most used one get in front */ | ||
412 | eina_lock_release(&pool->mutex); | ||
413 | } | ||
414 | |||
415 | static void * | ||
416 | eina_chained_mempool_realloc(__UNUSED__ void *data, | ||
417 | __UNUSED__ void *element, | ||
418 | __UNUSED__ unsigned int size) | ||
419 | { | ||
420 | return NULL; | ||
421 | } | ||
422 | |||
423 | static void * | ||
424 | eina_chained_mempool_init(const char *context, | ||
425 | __UNUSED__ const char *option, | ||
426 | va_list args) | ||
427 | { | ||
428 | Chained_Mempool *mp; | ||
429 | int item_size; | ||
430 | size_t length; | ||
431 | |||
432 | length = context ? strlen(context) + 1 : 0; | ||
433 | |||
434 | mp = calloc(1, sizeof(Chained_Mempool) + length); | ||
435 | if (!mp) | ||
436 | return NULL; | ||
437 | |||
438 | item_size = va_arg(args, int); | ||
439 | mp->pool_size = va_arg(args, int); | ||
440 | |||
441 | if (length) | ||
442 | { | ||
443 | mp->name = (const char *)(mp + 1); | ||
444 | memcpy((char *)mp->name, context, length); | ||
445 | } | ||
446 | |||
447 | mp->item_alloc = eina_mempool_alignof(item_size); | ||
448 | mp->group_size = mp->item_alloc * mp->pool_size; | ||
449 | mp->alloc_size = mp->group_size + eina_mempool_alignof(sizeof(Chained_Pool)); | ||
450 | |||
451 | #ifndef NVALGRIND | ||
452 | VALGRIND_CREATE_MEMPOOL(mp, 0, 1); | ||
453 | #endif | ||
454 | |||
455 | #ifdef EFL_DEBUG_THREADS | ||
456 | mp->self = pthread_self(); | ||
457 | #endif | ||
458 | |||
459 | eina_lock_new(&mp->mutex); | ||
460 | |||
461 | return mp; | ||
462 | } | ||
463 | |||
464 | static void | ||
465 | eina_chained_mempool_shutdown(void *data) | ||
466 | { | ||
467 | Chained_Mempool *mp; | ||
468 | |||
469 | mp = (Chained_Mempool *)data; | ||
470 | |||
471 | while (mp->first) | ||
472 | { | ||
473 | Chained_Pool *p = (Chained_Pool *)mp->first; | ||
474 | |||
475 | #ifdef DEBUG | ||
476 | if (p->usage > 0) | ||
477 | INF("Bad news we are destroying not an empty mempool [%s]\n", | ||
478 | mp->name); | ||
479 | |||
480 | #endif | ||
481 | |||
482 | mp->first = eina_inlist_remove(mp->first, mp->first); | ||
483 | mp->root = eina_rbtree_inline_remove(mp->root, EINA_RBTREE_GET(p), | ||
484 | _eina_chained_mp_pool_cmp, NULL); | ||
485 | _eina_chained_mp_pool_free(p); | ||
486 | } | ||
487 | |||
488 | #ifdef DEBUG | ||
489 | if (mp->root) | ||
490 | INF("Bad news, list of pool and rbtree are out of sync for %p !", mp); | ||
491 | #endif | ||
492 | |||
493 | #ifndef NVALGRIND | ||
494 | VALGRIND_DESTROY_MEMPOOL(mp); | ||
495 | #endif | ||
496 | |||
497 | eina_lock_free(&mp->mutex); | ||
498 | |||
499 | #ifdef EFL_DEBUG_THREADS | ||
500 | assert(pthread_equal(mp->self, pthread_self())); | ||
501 | #endif | ||
502 | |||
503 | free(mp); | ||
504 | } | ||
505 | |||
506 | static Eina_Mempool_Backend _eina_chained_mp_backend = { | ||
507 | "chained_mempool", | ||
508 | &eina_chained_mempool_init, | ||
509 | &eina_chained_mempool_free, | ||
510 | &eina_chained_mempool_malloc, | ||
511 | &eina_chained_mempool_realloc, | ||
512 | NULL, | ||
513 | NULL, | ||
514 | &eina_chained_mempool_shutdown, | ||
515 | &eina_chained_mempool_repack | ||
516 | }; | ||
517 | |||
518 | Eina_Bool chained_init(void) | ||
519 | { | ||
520 | #ifdef DEBUG | ||
521 | _eina_chained_mp_log_dom = eina_log_domain_register("eina_mempool", | ||
522 | EINA_LOG_COLOR_DEFAULT); | ||
523 | if (_eina_chained_mp_log_dom < 0) | ||
524 | { | ||
525 | EINA_LOG_ERR("Could not register log domain: eina_mempool"); | ||
526 | return EINA_FALSE; | ||
527 | } | ||
528 | |||
529 | #endif | ||
530 | return eina_mempool_register(&_eina_chained_mp_backend); | ||
531 | } | ||
532 | |||
533 | void chained_shutdown(void) | ||
534 | { | ||
535 | eina_mempool_unregister(&_eina_chained_mp_backend); | ||
536 | #ifdef DEBUG | ||
537 | eina_log_domain_unregister(_eina_chained_mp_log_dom); | ||
538 | _eina_chained_mp_log_dom = -1; | ||
539 | #endif | ||
540 | } | ||
541 | |||
542 | #ifndef EINA_STATIC_BUILD_CHAINED_POOL | ||
543 | |||
544 | EINA_MODULE_INIT(chained_init); | ||
545 | EINA_MODULE_SHUTDOWN(chained_shutdown); | ||
546 | |||
547 | #endif /* ! EINA_STATIC_BUILD_CHAINED_POOL */ | ||