Searched refs:realloc (Results 151 - 165 of 165) sorted by relevance

1234567

/haiku/src/libs/icon/shape/
H A DVectorPath.cpp42 #define obj_renew(p, type, n) ((type *)realloc ((void *)p, (n) * sizeof(type)))
/haiku/src/system/boot/loader/
H A Dmenu.cpp891 char* buffer = (char*)realloc(fBuffer, newCapacity);
/haiku/src/add-ons/kernel/drivers/disk/nvme/
H A Dnvme_disk.cpp675 nvme_request.iovecs = vtophys = (physical_entry*)realloc(vtophys,
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVCodecDecoder.cpp1467 uint8_t* tmpBuffer = static_cast<uint8_t*>(realloc(fChunkBuffer,
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dindex.c1384 p = realloc(old, le16_to_cpu(old->length));
H A Dsecurity.c1556 /* expand cache beyond current end, do not use realloc() */
4121 groups = (gid_t*)realloc(groups,
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2329 void realloc() {} function
H A Dlibroot_stubs_legacy.c2308 void realloc() {} function
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c491 new_buf = realloc(g_bad_blocks, (g_num_bad_blocks + 16) *
793 rlt = realloc(rl, rlsize);
/haiku/src/apps/icon-o-matic/import_export/svg/
H A Dnanosvg.h705 p->pts = (float*)realloc(p->pts, p->cpts*2*sizeof(float));
2641 grad->stops = (NSVGgradientStop*)realloc(grad->stops, sizeof(NSVGgradientStop)*grad->nstops);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp61 Entry* newEntries = (Entry*)realloc(fEntries,
77 char* names = (char*)realloc(fNames, newCapacity);
/haiku/src/system/kernel/
H A Dheap.cpp1804 TRACE(("realloc(address = %p, newSize = %lu)\n", address, newSize));
1809 panic("realloc(): page %p: invalid bin_index %d\n", page,
2408 panic("realloc(): called with interrupts disabled\n");
2451 TRACE(("realloc(): new size %ld fits in old area %ld with %ld "
2460 dprintf("realloc(): failed to allocate new block of %ld bytes\n",
2467 TRACE(("realloc(): allocated new block %p for size %ld and deleted "
2473 panic("realloc(): failed to realloc address %p to size %lu\n", address,
2480 realloc(void *address, size_t newSize) function
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregexec.c1357 new_array = realloc (fs->stack, (sizeof (struct re_fail_stack_ent_t)
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp1134 newBlocks = (cached_block**)realloc(fBlocks,
/haiku/src/system/kernel/vm/
H A Dvm.cpp5439 = (uint8*)realloc(area->page_protections, bytes);

Completed in 537 milliseconds

1234567