Searched refs:realloc (Results 26 - 39 of 39) sorted by relevance

12

/fuchsia/zircon/third_party/ulib/musl/src/passwd/
H A Dgetpw_a.c90 char* tmp = realloc(*buf, len);
/fuchsia/zircon/third_party/ulib/musl/third_party/tre/
H A Dtre.h222 #define xrealloc realloc
/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/
H A Djemalloc.h67 # define je_realloc realloc
361 # define realloc je_realloc macro
/fuchsia/zircon/third_party/uapp/kilo/
H A Dkilo.c405 row->hl = realloc(row->hl,row->rsize);
608 E.row = realloc(E.row,sizeof(erow)*(E.numrows+1));
681 row->chars = realloc(row->chars,row->size+padlen+2);
688 row->chars = realloc(row->chars,row->size+2);
699 row->chars = realloc(row->chars,row->size+len+1);
887 char *new = realloc(ab->b,ab->len+len);
/fuchsia/zircon/system/uapp/psutils/
H A Dvmaps.c29 maps = (zx_info_maps_t*)realloc(maps, count * sizeof(zx_info_maps_t));
H A Dps.c56 table->entries = realloc(table->entries, new_cap * sizeof(*entry));
/fuchsia/zircon/third_party/ulib/musl/src/regex/
H A Dglob.c205 char** pathv = realloc(g->gl_pathv, (offs + g->gl_pathc + cnt + 1) * sizeof(char*));
/fuchsia/zircon/system/dev/bus/acpi/
H A Diommu.c348 zx_iommu_desc_intel_t* new_desc = realloc(desc, desc_len + reserved_mem_bytes);
404 zx_iommu_desc_intel_t* new_desc = realloc(desc, desc_len + reserved_mem_bytes);
/fuchsia/zircon/kernel/lib/heap/
H A Dheap_wrapper.cpp215 void* realloc(void* ptr, size_t size) { function
224 printf("caller %p realloc %p, %zu -> %p\n", __GET_CALLER(), ptr, size, ptr2);
228 panic("realloc of size %zu old ptr %p failed\n", size, ptr);
/fuchsia/zircon/third_party/ulib/linenoise/
H A Dlinenoise.c482 cvec = realloc(lc->cvec,sizeof(char*)*(lc->len+1));
509 char *new = realloc(ab->b,ab->len+len);
1076 line = realloc(line,maxlen);
/fuchsia/zircon/system/ulib/task-utils/
H A Dwalker.cpp51 realloc(table->entries, new_capacity * sizeof(table->entries[0])));
/fuchsia/zircon/third_party/ulib/ngunwind/src/dwarf/
H A DGfind_proc_info-lsb.c340 tab->tab = realloc (tab->tab, sizeof (struct table_entry) * tab->size);
354 tab->tab = realloc (tab->tab, sizeof (struct table_entry) * tab->length);
/fuchsia/zircon/system/dev/usb/usb-composite/
H A Dusb-interface.c340 void* descriptors = realloc(intf->descriptor,
/fuchsia/zircon/system/ulib/launchpad/
H A Dlaunchpad.c282 zx_handle_t* handles = realloc(lp->handles,
287 uint32_t* info = realloc(lp->handles_info, alloc * sizeof(info[0]));

Completed in 136 milliseconds

12