Home
last modified time | relevance | path

Searched defs:reallocf (Results 1 – 2 of 2) sorted by relevance

/third_party/FreeBSD/include/
Dfts.h56 #define reallocf(ptr, size) (realloc((ptr), (size))) macro
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs1691 pub fn reallocf(ptr: *mut ::c_void, size: ::size_t) -> *mut ::c_void; in reallocf() function