Changeset 4164 for trunk/src/win32k/include/smalloc.h
- Timestamp:
- Sep 2, 2000, 11:08:23 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/include/smalloc.h
r2506 r4164 1 /* $Id: smalloc.h,v 1. 1 2000-01-24 01:44:08bird Exp $1 /* $Id: smalloc.h,v 1.2 2000-09-02 21:08:04 bird Exp $ 2 2 * 3 3 * Swappable Heap. … … 21 21 /* XLATON */ 22 22 23 struct HeapState_s; 24 23 25 /******************************************************************************* 24 26 * Exported Functions and Variables * … … 33 35 int _swp_validptr2(void *, unsigned); 34 36 unsigned _swp_memfree(void); 37 unsigned _swp_memused(void); 38 int _swp_state(struct HeapState_s *); 35 39 int _swp_heap_check(void); 36 40 void _swp_heapmin(void); 37 41 void _swp_dump_subheaps(void); 38 42 void _swp_dump_allocated(unsigned); 43 44 extern unsigned cbSwpHeapMax; /* Maximum amount of memory used by the heap. */ 39 45 40 46 /* XLATOFF */
Note:
See TracChangeset
for help on using the changeset viewer.