Home
last modified time | relevance | path

Searched defs:MALLOC (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/libcbor/test/
H A Dtest_allocator.h10 MALLOC, enumerator
/freebsd/contrib/ntp/include/
H A Dparse.h66 #define MALLOC(_X_) (char *)kmem_alloc(_X_) macro
70 #define MALLOC(_X_) (char *)kmem_alloc(_X_, KM_SLEEP) macro
74 #define MALLOC(_X_) malloc(_X_) macro
/freebsd/contrib/nvi/common/
H A Dmem.h165 #define MALLOC(sp, p, size) do { \ macro
/freebsd/contrib/gdtoa/
H A Dgdtoaimp.h215 #define MALLOC malloc macro
/freebsd/contrib/byacc/
H A Ddefs.h181 #define MALLOC(n) (malloc((size_t)(n))) macro
/freebsd/usr.sbin/route6d/
H A Droute6d.c263 #define MALLOC(type) ((type *)malloc(sizeof(type))) macro
/freebsd/contrib/expat/lib/
H A Dxmlparse.c760 #define MALLOC( global() macro
[all...]