Changeset 623
- Timestamp:
- Jan 2, 2021, 9:19:51 PM (5 years ago)
- Location:
- GPL/branches/uniaud32-next
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-next/include/linux/slab.h
r615 r623 120 120 121 121 #define kvzalloc kzalloc 122 size_t ksize(const void *); 122 123 #endif /* _LINUX_SLAB_H */ -
GPL/branches/uniaud32-next/lib32/memory.c
r619 r623 655 655 size_t size; 656 656 657 if (!block) 658 return 0; 659 657 660 if (block == ZERO_SIZE_PTR) 658 661 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.