OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kern_malloc
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/sys/
malloc.h
66
void *
kern_malloc
(unsigned long, int);
70
#define malloc(size, type, flags)
kern_malloc
(size, flags)
/src/sys/kern/
kern_malloc.c
1
/* $NetBSD:
kern_malloc
.c,v 1.158 2019/11/14 16:23:52 maxv Exp $ */
31
* @(#)
kern_malloc
.c 8.4 (Berkeley) 5/20/95
65
* @(#)
kern_malloc
.c 8.4 (Berkeley) 5/20/95
73
__KERNEL_RCSID(0, "$NetBSD:
kern_malloc
.c,v 1.158 2019/11/14 16:23:52 maxv Exp $");
105
kern_malloc
(unsigned long reqsize, int flags)
function in typeref:typename:void *
/src/sys/dev/audio/
audio.c
3778
return
kern_malloc
(bytes, M_WAITOK);
Completed in 53 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025