OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Deallocate
(Results
1 - 16
of
16
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_combined.h
93
void
Deallocate
(AllocatorCache *cache, void *p) {
96
cache->
Deallocate
(&primary_, primary_.GetSizeClass(p), p);
98
secondary_.
Deallocate
(&stats_, p);
106
Deallocate
(cache, p);
115
Deallocate
(cache, p);
sanitizer_allocator_local_cache.h
56
void
Deallocate
(SizeClassAllocator *allocator, uptr class_id, void *p) {
151
Deallocate
(allocator, batch_class_id, b);
175
void
Deallocate
(SizeClassAllocator *allocator, uptr class_id, void *p) {
sanitizer_allocator.cc
134
return internal_allocator()->
Deallocate
(&internal_allocator_cache, ptr);
136
internal_allocator()->
Deallocate
(cache, ptr);
sanitizer_allocator_secondary.h
135
void
Deallocate
(AllocatorStats *stat, void *p) {
sanitizer_quarantine.h
75
// void cb.
Deallocate
(void *ptr);
195
cb.
Deallocate
(b);
/src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_allocator.cc
111
void
Deallocate
(void *p) {
115
allocator.
Deallocate
(GetAllocatorCache(), p);
122
allocator.
Deallocate
(GetAllocatorCache(), p);
182
Deallocate
(p);
lsan_allocator.h
27
void
Deallocate
(void *p);
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_fake_stack.h
124
//
Deallocate
the fake frame: read the saved flag address and write 0 there.
125
static void
Deallocate
(uptr x, uptr class_id) {
asan_allocator.cc
165
get_allocator().
Deallocate
(cache_, p);
176
void
Deallocate
(void *p) {
177
get_allocator().
Deallocate
(cache_, p);
610
void
Deallocate
(void *ptr, uptr delete_size, uptr delete_alignment,
671
Deallocate
(old_ptr, 0, 0, stack, FROM_MALLOC);
867
instance.
Deallocate
(ptr, 0, 0, stack, alloc_type);
872
instance.
Deallocate
(ptr, size, alignment, stack, alloc_type);
888
instance.
Deallocate
(p, 0, 0, stack, FROM_MALLOC);
asan_fake_stack.cc
215
FakeStack::
Deallocate
(ptr, class_id);
/src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_fake_stack_test.cc
129
fs->
Deallocate
(reinterpret_cast<uptr>(it->first), it->second);
142
fs->
Deallocate
(reinterpret_cast<uptr>(ff), class_id);
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_quarantine_test.cc
26
void
Deallocate
(void *p) {
40
cb.
Deallocate
(batch);
94
// Nothing to merge, nothing to
deallocate
.
116
// Batches merged, one batch to
deallocate
.
sanitizer_allocator_test.cc
237
//
Deallocate
all.
243
cache.
Deallocate
(a, a->GetSizeClass(x), x);
341
cache.
Deallocate
(a, 1 + i % (Allocator::kNumClasses - 1), allocated[i]);
514
a.
Deallocate
(&stats, x);
559
//
Deallocate
all.
564
a.
Deallocate
(&stats, p);
583
//
Deallocate
all in reverse order.
590
a.
Deallocate
(&stats, p);
610
a.
Deallocate
(&stats, allocated[i]);
620
a.
Deallocate
(&stats, p)
[
all
...]
sanitizer_allocator_testlib.cc
116
allocator.
Deallocate
(&cache, p);
/src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_allocator.cc
205
allocator.
Deallocate
(cache, p);
209
allocator.
Deallocate
(cache, p);
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_mman.cc
183
allocator()->
Deallocate
(&thr->proc()->alloc_cache, p);
Completed in 21 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025