(long offset, long sz)
| 2398 | */ |
| 2399 | private static final Pointer PLACEHOLDER_MEMORY = new Pointer(0) { |
| 2400 | @Override |
| 2401 | public Pointer share(long offset, long sz) { return this; } |
| 2402 | }; |
| 2403 | |
| 2404 | /** Indicate whether the given Structure class can be created by JNA. |
no outgoing calls
no test coverage detected