OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InternalRealloc
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator.cc
160
void *
InternalRealloc
(void *addr, uptr size, InternalAllocatorCache *cache) {
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_allocator.cpp
93
void *
InternalRealloc
(void *addr, uptr size, InternalAllocatorCache *cache) {
109
return
InternalRealloc
(addr, count * size, cache);
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_allocator.cpp
154
void *
InternalRealloc
(void *addr, uptr size, InternalAllocatorCache *cache) {
170
return
InternalRealloc
(addr, count * size, cache);
Completed in 18 milliseconds
Indexes created Sat Jul 04 00:25:45 UTC 2026