Home
last modified time | relevance | path

Searched refs:dalloc (Results 1 – 25 of 267) sorted by relevance

1234567891011

/dports/devel/goffice/goffice-0.10.50/goffice/graph/
H A Dgog-data-allocator.c71 gog_data_allocator_allocate (GogDataAllocator *dalloc, GogPlot *plot) in gog_data_allocator_allocate() argument
73 g_return_if_fail (GOG_IS_DATA_ALLOCATOR (dalloc)); in gog_data_allocator_allocate()
74 GOG_DATA_ALLOCATOR_GET_CLASS (dalloc)->allocate (dalloc, plot); in gog_data_allocator_allocate()
88 gog_data_allocator_editor (GogDataAllocator *dalloc, GogDataset *set, in gog_data_allocator_editor() argument
92 g_return_val_if_fail (GOG_IS_DATA_ALLOCATOR (dalloc), NULL); in gog_data_allocator_editor()
94 klass = GOG_DATA_ALLOCATOR_GET_CLASS (dalloc); in gog_data_allocator_editor()
98 (klass->editor (dalloc, set, dim_i, data_type))); in gog_data_allocator_editor()
H A Dgog-data-allocator.h71 void gog_data_allocator_allocate (GogDataAllocator *dalloc, GogPlot *plot);
72 GogDataEditor *gog_data_allocator_editor (GogDataAllocator *dalloc,
H A Dgog-reg-curve.c118 GogDataAllocator *dalloc, in gog_reg_curve_populate_editor() argument
139 w = GTK_WIDGET (gog_data_allocator_editor (dalloc, set, -1, GOG_DATA_SCALAR)); in gog_reg_curve_populate_editor()
142 w = GTK_WIDGET (gog_data_allocator_editor (dalloc, set, 0, GOG_DATA_SCALAR)); in gog_reg_curve_populate_editor()
145 w = GTK_WIDGET (gog_data_allocator_editor (dalloc, set, 1, GOG_DATA_SCALAR)); in gog_reg_curve_populate_editor()
153 cl->fe1 = GTK_WIDGET (gog_data_allocator_editor (dalloc, set, 2, GOG_DATA_SCALAR)); in gog_reg_curve_populate_editor()
155 cl->fe2 = GTK_WIDGET (gog_data_allocator_editor (dalloc, set, 3, GOG_DATA_SCALAR)); in gog_reg_curve_populate_editor()
192 (GOG_OBJECT_CLASS (reg_curve_parent_klass)->populate_editor) (gobj, editor, dalloc, cc); in gog_reg_curve_populate_editor()
/dports/devel/goffice/goffice-0.10.50/plugins/plot_distrib/
H A Dgo-distribution-prefs.c36 GogDataAllocator *dalloc; member
71 …GtkWidget *w = GTK_WIDGET (gog_data_allocator_editor (prefs->dalloc, GOG_DATASET (prefs->client), … in distribution_changed_cb()
91 go_distribution_pref_new (GObject *obj, GogDataAllocator *dalloc, G_GNUC_UNUSED GOCmdContext *cc) in go_distribution_pref_new() argument
104 prefs->dalloc = dalloc; in go_distribution_pref_new()
146 w = GTK_WIDGET (gog_data_allocator_editor (dalloc, GOG_DATASET (obj), i - 1, GOG_DATA_SCALAR)); in go_distribution_pref_new()
/dports/databases/arrow/apache-arrow-6.0.1/go/arrow/memory/
H A Dchecked_allocator.go49 a.allocs.Store(ptr, &dalloc{pc: pc, line: l, sz: size})
66 a.allocs.Store(newptr, &dalloc{pc: pc, line: l, sz: size})
111 type dalloc struct { struct
124 info := value.(*dalloc)
/dports/www/firefox-legacy/firefox-52.8.0esr/memory/jemalloc/src/src/
H A Drtree.c14 rtree_node_dalloc_t *dalloc) in rtree_new() argument
33 rtree->dalloc = dalloc; in rtree_new()
78 rtree->dalloc(node); in rtree_delete_subtree()
/dports/devel/goffice/goffice-0.10.50/plugins/plot_surface/
H A Dgog-xyz-surface-prefs.c30 GtkWidget *gog_xyz_surface_plot_pref (GogXYZPlot *plot, GogDataAllocator *dalloc, GOCmdContext *c…
99 gog_xyz_surface_plot_pref (GogXYZPlot *plot, GogDataAllocator *dalloc, GOCmdContext *cc) in gog_xyz_surface_plot_pref() argument
122 state->x_entry = GTK_WIDGET (gog_data_allocator_editor (dalloc, set, 0, GOG_DATA_VECTOR)); in gog_xyz_surface_plot_pref()
143 state->y_entry = GTK_WIDGET (gog_data_allocator_editor (dalloc, set, 1, GOG_DATA_VECTOR)); in gog_xyz_surface_plot_pref()
/dports/biology/infernal/infernal-1.1.3/hmmer/src/
H A Dp7_gmxb.c18 gxb->dalloc = 0; in p7_gmxb_Create()
23 gxb->dalloc = bnd->ncell; in p7_gmxb_Create()
37 if (bnd->ncell > gxb->dalloc) { in p7_gmxb_Reinit()
39 gxb->dalloc = bnd->ncell; in p7_gmxb_Reinit()
/dports/biology/hmmer/hmmer-3.3/src/
H A Dp7_gmxb.c18 gxb->dalloc = 0; in p7_gmxb_Create()
23 gxb->dalloc = bnd->ncell; in p7_gmxb_Create()
37 if (bnd->ncell > gxb->dalloc) { in p7_gmxb_Reinit()
39 gxb->dalloc = bnd->ncell; in p7_gmxb_Reinit()
/dports/biology/sra-tools/sra-tools-2.11.0/tools/sra-load/
H A Dztr-huffman.c539 size_t sbits, dalloc; in decompress_huffman()
547 Dst = dst = malloc(dalloc = srclen << 1); in decompress_huffman()
570 if (++dstlen == dalloc) { in decompress_huffman()
573 temp = realloc(Dst, dalloc <<= 1); in decompress_huffman()
596 size_t dalloc; in decompress_huffman() local
606 Dst = dst = malloc(dalloc = srclen << 2); in decompress_huffman()
627 if (++dstlen == dalloc) { in decompress_huffman()
630 temp = realloc(Dst, dalloc <<= 1); in decompress_huffman()
/dports/devel/libcii/libcii-1.1/src/
H A Dmemchk.c76 static struct descriptor *dalloc(void *ptr, long size, in dalloc() function
104 if ((bp = dalloc(ptr, nbytes, file, line)) != NULL) { in Mem_alloc()
120 || (newptr = dalloc(ptr, nbytes + NALLOC, in Mem_alloc()
/dports/lang/eisl/eisl-2.35/cii/src/
H A Dmemchk.c76 static struct descriptor *dalloc(void *ptr, long size, in dalloc() function
104 if ((bp = dalloc(ptr, nbytes, file, line)) != NULL) { in Mem_alloc()
120 || (newptr = dalloc(ptr, nbytes + NALLOC, in Mem_alloc()
/dports/www/firefox-legacy/firefox-52.8.0esr/memory/jemalloc/src/test/integration/
H A Dchunk.c49 return (old_hooks.dalloc(chunk, size, committed, arena_ind)); in chunk_dalloc()
155 assert_ptr_ne(old_hooks.dalloc, chunk_dalloc, in TEST_BEGIN()
273 assert_ptr_eq(old_hooks.dalloc, orig_hooks.dalloc, in TEST_BEGIN()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/tikv-jemalloc-sys-0.4.2+5.2.1-patched.2/jemalloc/test/integration/
H A Dextent.c165 assert_ptr_ne(old_hooks->dalloc, extent_dalloc_hook, in test_manual_hook_body()
192 assert_ptr_eq(old_hooks->dalloc, default_hooks->dalloc, in test_manual_hook_body()
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/jemalloc-sys-0.3.2/rep/test/integration/
H A Dextent.c165 assert_ptr_ne(old_hooks->dalloc, extent_dalloc_hook, in test_manual_hook_body()
192 assert_ptr_eq(old_hooks->dalloc, default_hooks->dalloc, in test_manual_hook_body()
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/jemalloc-sys-0.3.2/jemalloc/test/integration/
H A Dextent.c165 assert_ptr_ne(old_hooks->dalloc, extent_dalloc_hook, in test_manual_hook_body()
192 assert_ptr_eq(old_hooks->dalloc, default_hooks->dalloc, in test_manual_hook_body()
/dports/databases/redis-devel/redis-0e5b813/deps/jemalloc/test/integration/
H A Dextent.c165 assert_ptr_ne(old_hooks->dalloc, extent_dalloc_hook, in test_manual_hook_body()
192 assert_ptr_eq(old_hooks->dalloc, default_hooks->dalloc, in test_manual_hook_body()
/dports/databases/redis6/redis-6.0.16/deps/jemalloc/test/integration/
H A Dextent.c165 assert_ptr_ne(old_hooks->dalloc, extent_dalloc_hook, in test_manual_hook_body()
192 assert_ptr_eq(old_hooks->dalloc, default_hooks->dalloc, in test_manual_hook_body()
/dports/databases/redis5/redis-5.0.14/deps/jemalloc/test/integration/
H A Dextent.c165 assert_ptr_ne(old_hooks->dalloc, extent_dalloc_hook, in test_manual_hook_body()
192 assert_ptr_eq(old_hooks->dalloc, default_hooks->dalloc, in test_manual_hook_body()
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/jemalloc-sys-0.3.2/rep/test/integration/
H A Dextent.c165 assert_ptr_ne(old_hooks->dalloc, extent_dalloc_hook, in test_manual_hook_body()
192 assert_ptr_eq(old_hooks->dalloc, default_hooks->dalloc, in test_manual_hook_body()
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/jemalloc-sys-0.3.2/jemalloc/test/integration/
H A Dextent.c165 assert_ptr_ne(old_hooks->dalloc, extent_dalloc_hook, in test_manual_hook_body()
192 assert_ptr_eq(old_hooks->dalloc, default_hooks->dalloc, in test_manual_hook_body()
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/jemalloc-sys-0.3.2/rep/test/integration/
H A Dextent.c165 assert_ptr_ne(old_hooks->dalloc, extent_dalloc_hook, in test_manual_hook_body()
192 assert_ptr_eq(old_hooks->dalloc, default_hooks->dalloc, in test_manual_hook_body()
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/jemalloc-sys-0.3.2/jemalloc/test/integration/
H A Dextent.c165 assert_ptr_ne(old_hooks->dalloc, extent_dalloc_hook, in test_manual_hook_body()
192 assert_ptr_eq(old_hooks->dalloc, default_hooks->dalloc, in test_manual_hook_body()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/jemalloc-sys-0.3.2/jemalloc/test/integration/
H A Dextent.c165 assert_ptr_ne(old_hooks->dalloc, extent_dalloc_hook, in test_manual_hook_body()
192 assert_ptr_eq(old_hooks->dalloc, default_hooks->dalloc, in test_manual_hook_body()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/jemalloc-sys-0.3.2/jemalloc/test/integration/
H A Dextent.c165 assert_ptr_ne(old_hooks->dalloc, extent_dalloc_hook, in test_manual_hook_body()
192 assert_ptr_eq(old_hooks->dalloc, default_hooks->dalloc, in test_manual_hook_body()

1234567891011