|
Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include <string>#include <gtest/gtest.h>#include "runtime/mem-tracker.h"#include "util/metrics.h"#include "common/names.h"Go to the source code of this file.
Classes | |
| class | impala::GcFunctionHelper |
Namespaces | |
| impala | |
| This file contains type definitions that are used throughout the code base. | |
Functions | |
| impala::TEST (MemTestTest, SingleTrackerNoLimit) | |
| impala::TEST (MemTestTest, SingleTrackerWithLimit) | |
| impala::TEST (MemTestTest, ConsumptionMetric) | |
| impala::TEST (MemTestTest, TrackerHierarchy) | |
| impala::TEST (MemTestTest, GcFunctions) | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 194 of file mem-tracker-test.cc.