MCPcopy Create free account
hub / github.com/apache/singa / StackGrowsDown

Function StackGrowsDown

test/gtest/gtest-all.cc:7482–7487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7480}
7481
7482bool StackGrowsDown() {
7483 int dummy;
7484 bool result;
7485 StackLowerThanAddress(&dummy, &result);
7486 return result;
7487}
7488
7489// Spawns a child process with the same executable as the current process in
7490// a thread-safe manner and instructs it to run the death test. The

Callers 1

ExecDeathTestSpawnChildFunction · 0.85

Calls 1

StackLowerThanAddressFunction · 0.85

Tested by

no test coverage detected