Searched defs:realloc_p (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/util/
H A Dmemory.h48 #define realloc_p(p, type, count) (type *)realloc_array(p, sizeof(type), count, false) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/util/
H A Dmemory.h48 #define realloc_p(p, type, count) (type *)realloc_array(p, sizeof(type), count, false) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/util/
H A Dmemory.h48 #define realloc_p(p, type, count) (type *)realloc_array(p, sizeof(type), count, false) macro

Completed in 85 milliseconds