OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InternalAllocatorCache
(Results
1 - 6
of
6
) sorted by relevancy
/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);
sanitizer_allocator.cpp
51
static void *RawInternalAlloc(uptr size,
InternalAllocatorCache
*cache,
71
InternalAllocatorCache
*cache) {
76
static void RawInternalFree(void *ptr,
InternalAllocatorCache
*cache) {
91
static
InternalAllocatorCache
internal_allocator_cache;
108
static void *RawInternalAlloc(uptr size,
InternalAllocatorCache
*cache,
120
InternalAllocatorCache
*cache) {
130
static void RawInternalFree(void *ptr,
InternalAllocatorCache
*cache) {
147
void *InternalAlloc(uptr size,
InternalAllocatorCache
*cache, uptr alignment) {
154
void *InternalRealloc(void *addr, uptr size,
InternalAllocatorCache
*cache) {
162
InternalAllocatorCache
*cache)
[
all
...]
/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;
/src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_rtl.h
115
InternalAllocatorCache
internal_alloc_cache;
Completed in 34 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026