Release 4.10 arch/um/include/shared/um_malloc.h
/*
* Copyright (C) 2005 Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
* Licensed under the GPL
*/
#ifndef __UM_MALLOC_H__
#define __UM_MALLOC_H__
#include <generated/asm-offsets.h>
extern void *uml_kmalloc(int size, int flags);
extern void kfree(const void *ptr);
extern void *vmalloc(unsigned long size);
extern void vfree(void *ptr);
#endif /* __UM_MALLOC_H__ */
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
paolo giarrusso | paolo giarrusso | 44 | 81.48% | 1 | 25.00% |
jeff dike | jeff dike | 9 | 16.67% | 2 | 50.00% |
al viro | al viro | 1 | 1.85% | 1 | 25.00% |
| Total | 54 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.