malloc.9 (a3256b888036428ea87cbac21de0477459c9ddb1) malloc.9 (eb085c43f091a0cebafddc3ce909b366431d896c)
1.\"
2.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
3.\" All rights reserved.
4.\"
5.\" This code is derived from software contributed to The NetBSD Foundation
6.\" by Paul Kranenburg.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

--- 233 unchanged lines hidden (view full) ---

242.Dv M_NOWAIT
243and
244.Dv M_WAITOK
245with the
246.Xr mbuf 9
247flags
248.Dv M_DONTWAIT
249and
1.\"
2.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
3.\" All rights reserved.
4.\"
5.\" This code is derived from software contributed to The NetBSD Foundation
6.\" by Paul Kranenburg.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

--- 233 unchanged lines hidden (view full) ---

242.Dv M_NOWAIT
243and
244.Dv M_WAITOK
245with the
246.Xr mbuf 9
247flags
248.Dv M_DONTWAIT
249and
250.Dv M_TRYWAIT .
250.Dv M_WAIT .
251.Sh CONTEXT
252.Fn malloc ,
253.Fn realloc
254and
255.Fn reallocf
256may not be called from fast interrupts handlers.
257When called from threaded interrupts,
258.Fa flags

--- 50 unchanged lines hidden ---
251.Sh CONTEXT
252.Fn malloc ,
253.Fn realloc
254and
255.Fn reallocf
256may not be called from fast interrupts handlers.
257When called from threaded interrupts,
258.Fa flags

--- 50 unchanged lines hidden ---