OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InternalAllocatorCache
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_allocator_internal.h
40
typedef InternalAllocator::AllocatorCache
InternalAllocatorCache
;
42
void *InternalAlloc(uptr size,
InternalAllocatorCache
*cache = nullptr,
45
InternalAllocatorCache
*cache = nullptr);
47
InternalAllocatorCache
*cache = nullptr);
49
InternalAllocatorCache
*cache = nullptr);
50
void InternalFree(void *p,
InternalAllocatorCache
*cache = nullptr);
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_allocator_internal.h
40
typedef InternalAllocator::AllocatorCache
InternalAllocatorCache
;
42
void *InternalAlloc(uptr size,
InternalAllocatorCache
*cache = nullptr,
45
InternalAllocatorCache
*cache = nullptr);
47
InternalAllocatorCache
*cache = nullptr);
49
InternalAllocatorCache
*cache = nullptr);
50
void InternalFree(void *p,
InternalAllocatorCache
*cache = nullptr);
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_internal.h
48
InternalAllocatorCache
;
54
typedef CombinedAllocator<PrimaryInternalAllocator,
InternalAllocatorCache
,
57
void *InternalAlloc(uptr size,
InternalAllocatorCache
*cache = nullptr,
60
InternalAllocatorCache
*cache = nullptr);
62
InternalAllocatorCache
*cache = nullptr);
63
void InternalFree(void *p,
InternalAllocatorCache
*cache = nullptr);
Completed in 49 milliseconds
Indexes created Mon Jun 29 00:24:49 UTC 2026