OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InternalAllocatorCache
(Results
1 - 3
of
3
) sorted by relevancy
/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);
sanitizer_allocator.cc
52
static void *RawInternalAlloc(uptr size,
InternalAllocatorCache
*cache,
72
InternalAllocatorCache
*cache) {
77
static void RawInternalFree(void *ptr,
InternalAllocatorCache
*cache) {
92
static
InternalAllocatorCache
internal_allocator_cache;
109
static void *RawInternalAlloc(uptr size,
InternalAllocatorCache
*cache,
121
InternalAllocatorCache
*cache) {
131
static void RawInternalFree(void *ptr,
InternalAllocatorCache
*cache) {
150
void *InternalAlloc(uptr size,
InternalAllocatorCache
*cache, uptr alignment) {
160
void *InternalRealloc(void *addr, uptr size,
InternalAllocatorCache
*cache) {
174
void *InternalCalloc(uptr count, uptr size,
InternalAllocatorCache
*cache)
[
all
...]
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl.h
355
InternalAllocatorCache
internal_alloc_cache;
Completed in 15 milliseconds
Indexes created Wed Nov 05 22:09:55 GMT 2025