Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/
Dbasicdefs.h90 #define REALLOC(x,n,t) (VCAST(t *)ck_realloc(VCAST(VOID *)(x),(n)*sizeof(t))) macro
/ndk/sources/host-tools/make-3.81/
Dhash.c24 #define REALLOC(o, t, n) ((t *) xrealloc ((o), sizeof (t) * (n))) macro