OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ptrarray
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.sbin/tprof/
tprof_top.c
80
struct
ptrarray
{
struct
108
struct
ptrarray
sample_list[SAMPLE_MODE_NUM];
298
ptrarray_push(struct
ptrarray
*
ptrarray
, void *ptr)
302
if (
ptrarray
->pa_inuse >=
ptrarray
->pa_allocnum) {
304
ptrarray
->pa_allocnum += 1024;
305
error = reallocarr(&
ptrarray
->pa_ptrs,
ptrarray
->pa_allocnum,
306
sizeof(*
ptrarray
->pa_ptrs))
[
all
...]
tprof_top.c
80
struct
ptrarray
{
struct
108
struct
ptrarray
sample_list[SAMPLE_MODE_NUM];
298
ptrarray_push(struct
ptrarray
*
ptrarray
, void *ptr)
302
if (
ptrarray
->pa_inuse >=
ptrarray
->pa_allocnum) {
304
ptrarray
->pa_allocnum += 1024;
305
error = reallocarr(&
ptrarray
->pa_ptrs,
ptrarray
->pa_allocnum,
306
sizeof(*
ptrarray
->pa_ptrs))
[
all
...]
tprof_top.c
80
struct
ptrarray
{
struct
108
struct
ptrarray
sample_list[SAMPLE_MODE_NUM];
298
ptrarray_push(struct
ptrarray
*
ptrarray
, void *ptr)
302
if (
ptrarray
->pa_inuse >=
ptrarray
->pa_allocnum) {
304
ptrarray
->pa_allocnum += 1024;
305
error = reallocarr(&
ptrarray
->pa_ptrs,
ptrarray
->pa_allocnum,
306
sizeof(*
ptrarray
->pa_ptrs))
[
all
...]
Completed in 243 milliseconds
Indexes created Mon Sep 22 13:09:51 GMT 2025