OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:currentMalloc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/zstd/dist/tests/
fuzzer.c
154
size_t
currentMalloc
;
170
mcPtr->
currentMalloc
+= size;
171
if (mcPtr->
currentMalloc
> mcPtr->peakMalloc)
172
mcPtr->peakMalloc = mcPtr->
currentMalloc
;
182
mcPtr->
currentMalloc
-= malloc_size(address); /* OS-X specific */
fuzzer.c
154
size_t
currentMalloc
;
170
mcPtr->
currentMalloc
+= size;
171
if (mcPtr->
currentMalloc
> mcPtr->peakMalloc)
172
mcPtr->peakMalloc = mcPtr->
currentMalloc
;
182
mcPtr->
currentMalloc
-= malloc_size(address); /* OS-X specific */
Completed in 81 milliseconds
Indexes created Mon May 04 00:23:20 UTC 2026