Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BVLC/caffe
/ StackLowerThanAddress
Function
StackLowerThanAddress
src/gtest/gtest-all.cpp:7136–7139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7134
// correct answer.
7135
bool StackLowerThanAddress(const void* ptr) GTEST_NO_INLINE_;
7136
bool StackLowerThanAddress(const void* ptr) {
7137
int dummy;
7138
return &dummy < ptr;
7139
}
7140
7141
bool StackGrowsDown() {
7142
int dummy;
Callers
1
StackGrowsDown
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected