Searched refs:kMalloc (Results 1 – 2 of 2) sorted by relevance
66 Record(key, kMalloc, mem_size); in GetOrMalloc()117 } else if (event->type == kMalloc) { in PreCompute()330 if ((first_event->type == kInit || first_event->type == kMalloc) && in GenEvents()
41 enum EventType { kInit, kMalloc, kGet, kFree, kSwapIn, kSwapOut }; enumerator