Searched defs:MemoryListLink (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/debug/
H A Ddebug_mem.c52 struct MemoryListLink * listEnter; /* pointer to the free list node */
62 typedef struct MemoryListLink { struct
63 struct MemoryListLink * next;
66 } MemoryListLink; typedef in typeref:struct:MemoryListLink
73 static MemoryListLink MemoryList = {NULL,NULL,FALSE};
108 static MemoryListLink * DMem_TrackBlock(MemoryBlockHeader * header) {
109 MemoryListLink * link;
111 link = (MemoryListLink *)DMem_ClientAllocate(sizeof(MemoryListLink));
160 DASSERTMSG( DMem_ClientCheckPtr(header->listEnter, sizeof(MemoryListLink)), "Heade
[all...]

Completed in 60 milliseconds