Lines Matching +full:per +full:- +full:string
150 incrementally updating statistics for long-term monitoring.
180 and converted to a user-readable string using
209 such as the quantity of free items in per-CPU caches, or administrative
215 pointers and 64-bit integers, with memory types.
217 pointers to reference a more complex data structure tracking long-term
220 General and per-CPU storage is provided with each
233 Caller-owned fields are initialized to
240 values across queries that update library-owned fields.
266 .Bl -tag -width indent
315 Return a caller-owned pointer for the memory type.
317 Set a caller-owned pointer for the memory type.
319 Return a caller-owned integer for the memory type.
321 Set a caller-owned integer for the memory type.
323 If the memory allocator supports a multi-level allocation structure, return
328 If the memory allocator supports a multi-level allocation structure, return
333 If the memory allocator supports per-CPU statistics, return the number of
336 If the memory allocator supports per-CPU statistics, return the number of
339 If the memory allocator supports per-CPU statistics, return the number of
342 If the memory allocator supports per-CPU statistics, return the number of
345 If the memory allocator supports variable size memory allocation and per-CPU
348 Return a caller-owned per-CPU pointer for the memory type.
350 Set a caller-owned per-CPU pointer for the memory type.
352 Return a caller-owned per-CPU integer for the memory type.
354 Set a caller-owned per-CPU integer for the memory type.
356 If the memory allocator supports a per-CPU cache, return the number of free
357 items in the per-CPU cache of the designated CPU.
387 \-1
392 The string representation of the error may be retrieved using
395 .Bl -tag -width ".Dv MEMSTAT_ERROR_KVM_SHORTREAD"
448 or pointer to a string.
456 .Bd -literal -offset indent
463 err(-1, "memstat_mtl_alloc");
465 err(-1, "memstat_sysctl_uma");
468 errx(-1, "memstat_mtl_find: mbuf not found");