Namespaces | Macros | Functions
low_level_alloc_test.cc File Reference
#include "absl/base/internal/low_level_alloc.h"
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <thread>
#include <unordered_map>
#include <utility>
Include dependency graph for low_level_alloc_test.cc:

Go to the source code of this file.

Namespaces

 absl
 
 absl::base_internal
 

Macros

#define TEST_ASSERT(x)
 

Functions

int main (int argc, char *argv[])
 

Macro Definition Documentation

#define TEST_ASSERT (   x)
Value:
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.

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 154 of file low_level_alloc_test.cc.

Variable Documentation

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

Definition at line 38 of file low_level_alloc_test.cc.



abseil_cpp
Author(s):
autogenerated on Wed Jun 19 2019 19:19:59