Home
last modified time | relevance | path

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

/aosp12/bionic/benchmarks/
H A Dmalloc_sql.h32 {MALLOC, 0, 24, 0},
33 {MALLOC, 1, 8, 0},
37 {MALLOC, 1, 8, 0},
41 {MALLOC, 1, 8, 0},
43 {MALLOC, 3, 8, 0},
44 {MALLOC, 4, 16, 0},
49 {MALLOC, 1, 8, 0},
53 {MALLOC, 1, 48, 0},
55 {MALLOC, 1, 58, 0},
57 {MALLOC, 1, 41, 0},
[all …]
H A Dmalloc_sql_benchmark.cpp39 MALLOC = 0, enumerator
58 case MALLOC: in BenchmarkMalloc()
/aosp12/system/extras/memory_replay/
H A DAlloc.cpp50 entry->type = MALLOC; in AllocGetData()
85 case MALLOC: in AllocDoesFree()
165 case MALLOC: in AllocExecute()
H A DAlloc.h25 MALLOC = 0, enumerator
H A DTraceBenchmark.cpp104 case MALLOC: in GetTraceData()
161 case MALLOC: in RunTrace()
H A Dmain.cpp46 case MALLOC: in GetMaxAllocs()
/aosp12/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dgdtoaimp.h201 #ifdef MALLOC
202 extern Char *MALLOC ANSI((size_t));
204 #define MALLOC malloc macro
H A Dmisc.c70 rv = (Bigint *)MALLOC(sizeof(Bigint) + (x-1)*sizeof(ULong));
81 rv = (Bigint*)MALLOC(len*sizeof(double));
/aosp12/system/extras/memory_replay/tests/
H A DFileTest.cpp59 EXPECT_EQ(MALLOC, entries[0].type); in TEST()
H A DThreadsTest.cpp102 mallocs[i].type = MALLOC; in TEST()
H A DAllocTest.cpp29 EXPECT_EQ(MALLOC, entry.type); in TEST()
/aosp12/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Dbcmutils.c1523 ASSERT((buf = MALLOC(CBUFSIZ*CNBUFS)) != NULL); in testcrc32()