OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Deallocate
(Results
1 - 7
of
7
) sorted by relevancy
/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
.
/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);
/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_secondary.h
135
void
Deallocate
(AllocatorStats *stat, void *p) {
/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);
Completed in 41 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025