#include "absl/base/internal/low_level_alloc.h"
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <thread>
#include <unordered_map>
#include <utility>
Go to the source code of this file.
Namespaces | |
namespace | absl |
namespace | absl::base_internal |
Defines | |
#define | TEST_ASSERT(x) |
Functions | |
int | main (int argc, char *argv[]) |
#define TEST_ASSERT | ( | x | ) |
if (!(x)) { \ printf("TEST_ASSERT(%s) FAILED ON LINE %d\n", #x, __LINE__); \ abort(); \ }
Definition at line 30 of file low_level_alloc_test.cc.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 154 of file low_level_alloc_test.cc.
int fill |
Definition at line 40 of file low_level_alloc_test.cc.
int len |
Definition at line 39 of file low_level_alloc_test.cc.
char* ptr [static] |
Definition at line 38 of file low_level_alloc_test.cc.