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 - 2
of
2
) 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
...]
Completed in 21 milliseconds
Indexes created Thu Nov 06 21:09:53 GMT 2025