Home
last modified time | relevance | path

Searched refs:G_ALLOC_ONLY (Results 1 – 17 of 17) sorted by relevance

/dports/devel/glib20/glib-2.70.4/glib/deprecated/
H A Dgallocator.h30 #define G_ALLOC_ONLY 1 macro
/dports/x11-fm/fsv2/fsv2-1.1.0/src/
H A Dscanfs.cxx314 ndesc_memchunk = g_mem_chunk_create( NodeDesc, 64, G_ALLOC_ONLY ); in scanfs()
318 dir_ndesc_memchunk = g_mem_chunk_create( DirNodeDesc, 16, G_ALLOC_ONLY ); in scanfs()
/dports/textproc/gdome2/gdome2-0.8.1/libgdome/events/
H A Dgdome-evt-propagation.c96 mem_chunk = g_mem_chunk_create (Gdome_evt_PropagationEl, 128, G_ALLOC_ONLY); in gdome_evt_fireEvent()
/dports/graphics/cogl/cogl-1.22.8/deps/glib/
H A Dgmem.h283 #define G_ALLOC_ONLY 1 macro
H A Dgmem.c1056 #define G_ALLOC_ONLY 1 macro
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/camel/
H A Dcamel-memchunk.c440 gmc = g_mem_chunk_new ("memchunk", CHUNK_SIZE, CHUNK_COUNT * CHUNK_SIZE, G_ALLOC_ONLY);
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/libedataserver/
H A De-memory.c426 G_ALLOC_ONLY);
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/glib/
H A Dgmem.inc92 G_ALLOC_ONLY = 1;
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/glib/
H A Dgmem.inc92 G_ALLOC_ONLY = 1;
/dports/net-mgmt/yaf/yaf-2.11.0/airframe/src/
H A Dmio_source_file.c106 G_ALLOC_ONLY); in mio_source_file_context_reset()
/dports/devel/glib20/glib-2.70.4/tests/
H A Dmemchunks.c70 #define G_ALLOC_ONLY 1 macro
/dports/biology/exonerate/exonerate-2.4.0/src/comparison/
H A Dpcr.c368 G_ALLOC_ONLY); in PCR_create()
/dports/misc/xdelta3/xdelta-3.1.0/xdelta1/
H A Dxdmain.c543 fh->lru_chunk = g_mem_chunk_create(LRU, 1<<9, G_ALLOC_ONLY); in init_table()
/dports/misc/xdelta/xdelta-1.1.4/
H A Dxdmain.c542 fh->lru_chunk = g_mem_chunk_create(LRU, 1<<9, G_ALLOC_ONLY); in init_table()
/dports/net/gsk/gsk-1.0.63/src/dns/
H A Dgskdns.c204 G_ALLOC_ONLY); in gsk_dns_message_alloc()
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk1/src/glib/
H A Dglib.pp689 G_ALLOC_ONLY = 1;
/dports/x11-toolkits/gtk20/gtk+-2.24.33/
H A DChangeLog.pre-2-026843 chunks instead of G_ALLOC_ONLY.