Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ set_errno
Function
set_errno
app/redis-6.2.6/deps/jemalloc/include/jemalloc/internal/util.h:46–53 ·
view source on GitHub ↗
Set error code. */
Source
from the content-addressed store, hash-verified
44
45
/* Set error code. */
46
UTIL_INLINE void
47
set_errno(int errnum) {
48
#ifdef _WIN32
49
SetLastError(errnum);
50
#else
51
errno = errnum;
52
#endif
53
}
54
55
/* Get last error code. */
56
UTIL_INLINE int
Callers
10
aligned_alloc.c
File · 0.85
TEST_BEGIN
Function · 0.85
malloc_io.c
File · 0.85
TEST_BEGIN
Function · 0.85
malloc_conf_init
Function · 0.85
imalloc_body
Function · 0.85
imalloc
Function · 0.85
jemalloc.c
File · 0.85
malloc_strtoumax
Function · 0.85
malloc_io.c
File · 0.85
Calls
no outgoing calls
Tested by
2
TEST_BEGIN
Function · 0.68
TEST_BEGIN
Function · 0.68