OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:disable_mem_pools
(Results
1 - 13
of
13
) sorted by null
/external/bluetooth/glib/glib/
gbsearcharray.h
119
#ifdef
DISABLE_MEM_POOLS
121
#else /* !
DISABLE_MEM_POOLS
*/
123
#endif /* !
DISABLE_MEM_POOLS
*/
config.h
22
/* #undef
DISABLE_MEM_POOLS
*/
/external/bluetooth/glib/docs/
macros.txt
15
#define
DISABLE_MEM_POOLS
1
33
DISABLE_MEM_POOLS
/external/bluetooth/glib/gobject/
gvaluearray.c
47
#ifdef
DISABLE_MEM_POOLS
98
#ifdef
DISABLE_MEM_POOLS
gtype.c
[
all
...]
ChangeLog
[
all
...]
/external/dbus/dbus/
dbus-memory.c
107
static dbus_bool_t
disable_mem_pools
= FALSE;
variable
153
disable_mem_pools
= TRUE;
174
return
disable_mem_pools
;
/external/bluetooth/glib/
config.h.win32.in
20
/* #undef
DISABLE_MEM_POOLS
*/
configure.in
212
[
disable_mem_pools
=no])
240
if test "x$
disable_mem_pools
" = "xno"; then
243
AC_DEFINE(
DISABLE_MEM_POOLS
, [1], [Whether to disable memory pools])
244
AC_SUBST(
DISABLE_MEM_POOLS
)
[
all
...]
ChangeLog.pre-2-2
573
make ghash.c properly obey
DISABLE_MEM_POOLS
. (#96600)
[
all
...]
ChangeLog.pre-2-6
114
functions by #ifndef
DISABLE_MEM_POOLS
. (#160215, Frederic Crozat)
[
all
...]
ChangeLog.pre-2-4
[
all
...]
ChangeLog.pre-2-0
[
all
...]
Completed in 164 milliseconds