Home
last modified time | relevance | path

Searched refs:dapl_os_realloc (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_ring_buffer_util.c138 rbuf->base = (void *)dapl_os_realloc(rbuf->base, in dapls_rbuf_realloc()
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl_osd.h244 #define dapl_os_realloc(ptr, size) realloc((ptr), (size)) macro