Home
last modified time | relevance | path

Searched refs:MALLOC (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dgdtoaimp.h201 #ifdef MALLOC
202 extern Char *MALLOC ANSI((size_t));
204 #define MALLOC malloc macro
Dgethex.c60 if ((decimalpoint_cache = (char*)MALLOC(strlen(s0) + 1))) {
Dmisc.c66 rv = (Bigint *)MALLOC(sizeof(Bigint) + (x-1)*sizeof(ULong));
77 rv = (Bigint*)MALLOC(len*sizeof(double));
Dstrtod.c117 if ((decimalpoint_cache = (char*)MALLOC(strlen(s0) + 1))) {
Dstrtodg.c366 if ((decimalpoint_cache = (char*)MALLOC(strlen(s0) + 1))) {