MCPcopy Create free account
hub / github.com/BVLC/caffe / StackGrowsDown

Function StackGrowsDown

src/gtest/gtest-all.cpp:7141–7144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7139}
7140
7141bool StackGrowsDown() {
7142 int dummy;
7143 return StackLowerThanAddress(&dummy);
7144}
7145
7146// A threadsafe implementation of fork(2) for threadsafe-style death tests
7147// that uses clone(2). It dies with an error message if anything goes

Callers 1

ExecDeathTestForkFunction · 0.85

Calls 1

StackLowerThanAddressFunction · 0.85

Tested by

no test coverage detected