|
Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include <string>#include <gtest/gtest.h>#include "runtime/mem-pool.h"#include "runtime/mem-tracker.h"#include "common/names.h"Go to the source code of this file.
Classes | |
| class | impala::MemPoolTest |
Namespaces | |
| impala | |
| This file contains type definitions that are used throughout the code base. | |
Functions | |
| impala::TEST (MemPoolTest, Basic) | |
| impala::TEST (MemPoolTest, Offsets) | |
| impala::TEST (MemPoolTest, Keep) | |
| impala::TEST (MemPoolTest, ReturnPartial) | |
| impala::TEST (MemPoolTest, Limits) | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 288 of file mem-pool-test.cc.