Home
last modified time | relevance | path

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

/bionic/benchmarks/
Dmalloc_sql_benchmark.cpp40 MALLOC = 0, enumerator
59 case MALLOC: in BenchmarkMalloc()
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dgdtoaimp.h201 #ifdef MALLOC
202 extern Char *MALLOC ANSI((size_t));
204 #define MALLOC malloc macro
Dmisc.c70 rv = (Bigint *)MALLOC(sizeof(Bigint) + (x-1)*sizeof(ULong));
81 rv = (Bigint*)MALLOC(len*sizeof(double));