Home
last modified time | relevance | path

Searched refs:tab (Results 1 – 7 of 7) sorted by relevance

/third_party/ulib/jemalloc/src/
A Dckh.c281 ttab = ckh->tab; in ckh_grow()
282 ckh->tab = tab; in ckh_grow()
283 tab = ttab; in ckh_grow()
295 ckh->tab = tab; in ckh_grow()
322 if (tab == NULL) { in ckh_shrink()
330 ttab = ckh->tab; in ckh_shrink()
331 ckh->tab = tab; in ckh_shrink()
332 tab = ttab; in ckh_shrink()
336 idalloctm(tsd_tsdn(tsd), iealloc(tsd_tsdn(tsd), tab), tab, NULL, in ckh_shrink()
345 idalloctm(tsd_tsdn(tsd), iealloc(tsd_tsdn(tsd), ckh->tab), ckh->tab, in ckh_shrink()
[all …]
/third_party/ulib/ngunwind/src/dwarf/
A DGfind_proc_info-lsb.c339 tab->size *= 2; in debug_frame_tab_append()
340 tab->tab = realloc (tab->tab, sizeof (struct table_entry) * tab->size); in debug_frame_tab_append()
343 tab->tab[length].fde_offset = fde_offset; in debug_frame_tab_append()
344 tab->tab[length].start_ip_offset = start_ip; in debug_frame_tab_append()
352 if (tab->size > tab->length) in debug_frame_tab_shrink()
354 tab->tab = realloc (tab->tab, sizeof (struct table_entry) * tab->length); in debug_frame_tab_shrink()
355 tab->size = tab->length; in debug_frame_tab_shrink()
423 tab.size = 16; in dwarf_find_debug_frame()
424 tab.tab = calloc (tab.size, sizeof (struct table_entry)); in dwarf_find_debug_frame()
489 qsort (tab.tab, tab.length, sizeof (struct table_entry), in dwarf_find_debug_frame()
[all …]
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dckh_structs.h38 ckhc_t *tab; member
/third_party/uapp/dash/
A Drules.mk44 $(LOCAL_DIR)/src/tab.c \
/third_party/lib/acpica/source/compiler/
A Dreadme.txt95 b) Select the "Tools" tab.
/third_party/ulib/backtrace/
A DMakefile.in463 -rm -f *.tab.c
/third_party/uapp/dash/src/
A DTOUR221 tab structure records where the file descriptors have be dupli-

Completed in 10 milliseconds