inStaticInitializerFast() — netty Function Reference
Architecture documentation for the inStaticInitializerFast() function in LeakPresenceDetector.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD d42e92d8_0864_ea4c_70e8_1a947bd4e052["inStaticInitializerFast()"] c3f8e874_7121_5232_86be_a0f7230a975e["LeakPresenceDetector"] d42e92d8_0864_ea4c_70e8_1a947bd4e052 -->|defined in| c3f8e874_7121_5232_86be_a0f7230a975e 444ac5fb_0a03_7d35_4d16_8c2ce1672a66["track()"] 444ac5fb_0a03_7d35_4d16_8c2ce1672a66 -->|calls| d42e92d8_0864_ea4c_70e8_1a947bd4e052 e98e1d57_b1eb_b61a_2695_0603cacaff79["inStaticInitializerSlow()"] d42e92d8_0864_ea4c_70e8_1a947bd4e052 -->|calls| e98e1d57_b1eb_b61a_2695_0603cacaff79 style d42e92d8_0864_ea4c_70e8_1a947bd4e052 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
common/src/main/java/io/netty/util/LeakPresenceDetector.java lines 100–103
private static boolean inStaticInitializerFast() {
// This plain field access is safe. The worst that can happen is that we see non-zero where we shouldn't.
return staticInitializerCount != 0 && inStaticInitializerSlow(Thread.currentThread().getStackTrace());
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does inStaticInitializerFast() do?
inStaticInitializerFast() is a function in the netty codebase, defined in common/src/main/java/io/netty/util/LeakPresenceDetector.java.
Where is inStaticInitializerFast() defined?
inStaticInitializerFast() is defined in common/src/main/java/io/netty/util/LeakPresenceDetector.java at line 100.
What does inStaticInitializerFast() call?
inStaticInitializerFast() calls 1 function(s): inStaticInitializerSlow.
What calls inStaticInitializerFast()?
inStaticInitializerFast() is called by 1 function(s): track.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free