MCPcopy Create free account
hub / github.com/DentonW/DevIL / ALLOC_INFO

Class ALLOC_INFO

DevIL/src-ILU/src/ilu_alloc.cpp:10–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9
10 typedef struct ALLOC_INFO
11 {
12 unsigned long address;
13 unsigned long size;
14 char file[64];
15 unsigned long line;
16 struct ALLOC_INFO *Next;
17 } ALLOC_INFO;
18 ALLOC_INFO *AllocList;
19
20

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected