Home
last modified time | relevance | path

Searched defs:realloc (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/rust/kernel/
H A Dallocator.rs55 unsafe fn realloc(&self, ptr: *mut u8, layout: Layout, new_size: usize) -> *mut u8 { in realloc() method
/openbmc/u-boot/include/
H A Dmalloc.h867 #pragma weak realloc = __libc_realloc macro
877 #define realloc realloc_simple macro
/openbmc/linux/tools/include/nolibc/
H A Dstdlib.h165 void *realloc(void *old_ptr, size_t new_size) in realloc() function
/openbmc/linux/kernel/irq/
H A Dirqdomain.c1470 bool realloc, const struct irq_affinity_desc *affinity) in irq_domain_alloc_irqs_locked()
1538 bool realloc, const struct irq_affinity_desc *affinity) in __irq_domain_alloc_irqs()
1905 bool realloc, const struct irq_affinity_desc *affinity) in irq_domain_alloc_irqs_locked()
/openbmc/linux/drivers/media/pci/tw686x/
H A Dtw686x-video.c672 unsigned int height, bool realloc) in tw686x_set_format()
740 bool realloc; in tw686x_s_fmt_vid_cap() local
/openbmc/linux/rust/alloc/
H A Dalloc.rs137 pub unsafe fn realloc(ptr: *mut u8, layout: Layout, new_size: usize) -> *mut u8 { in realloc() function
/openbmc/linux/arch/powerpc/boot/
H A Dops.h28 void * (*realloc)(void *ptr, unsigned long size); member
/openbmc/linux/arch/x86/kernel/apic/
H A Dvector.c518 bool realloc = false; in vector_configure_legacy() local