Home
last modified time | relevance | path

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

/busybox-1.35.0/libbb/
Dconst_hack.c12 void FAST_FUNC XZALLOC_CONST_PTR(const void *pptr, size_t size) in XZALLOC_CONST_PTR() function
/busybox-1.35.0/include/
Dlibbb.h2316 # define XZALLOC_CONST_PTR(pptr, size) ASSIGN_CONST_PTR(pptr, xzalloc(size)) macro