Home
last modified time | relevance | path

Searched defs:valloc (Results 1 – 25 of 31) sorted by relevance

12

/aosp_15_r20/frameworks/rs/
H A DrsAllocation.cpp855 void rsi_AllocationSetupBufferQueue(Context *rsc, RsAllocation valloc, uint32_t numAlloc) { in rsi_AllocationSetupBufferQueue()
860 void * rsi_AllocationGetSurface(Context *rsc, RsAllocation valloc) { in rsi_AllocationGetSurface()
872 void rsi_AllocationSetSurface(Context *rsc, RsAllocation valloc, RsNativeWindow sur) { in rsi_AllocationSetSurface()
877 void rsi_AllocationIoSend(Context *rsc, RsAllocation valloc) { in rsi_AllocationIoSend()
882 int64_t rsi_AllocationIoReceive(Context *rsc, RsAllocation valloc) { in rsi_AllocationIoReceive()
888 void *rsi_AllocationGetPointer(Context *rsc, RsAllocation valloc, in rsi_AllocationGetPointer()
/aosp_15_r20/external/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cc135 INTERCEPTOR(void*, valloc, uptr size) { in INTERCEPTOR() argument
172 void* (*valloc)(uptr size); member
/aosp_15_r20/external/trusty/musl/src/legacy/
Dvalloc.c5 void *valloc(size_t size) in valloc() function
/aosp_15_r20/external/musl/src/legacy/
H A Dvalloc.c5 void *valloc(size_t size) in valloc() function
/aosp_15_r20/external/ltp/android/include/
H A Dbionic-compat.h33 static inline void *valloc(size_t size) in valloc() function
/aosp_15_r20/external/jemalloc_new/include/jemalloc/
H A Djemalloc_mangle_jet.h33 # define valloc jet_valloc macro
H A Djemalloc_mangle.h33 # define valloc je_valloc macro
H A Djemalloc.h364 # define valloc je_valloc macro
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/0/external/libchrome/base/allocator/
Dallocator_shim_override_libc_symbols.h46 SHIM_ALWAYS_EXPORT void* valloc(size_t size) __THROW { in valloc() function
/aosp_15_r20/external/libchrome/base/allocator/
H A Dallocator_shim_override_libc_symbols.h43 SHIM_ALWAYS_EXPORT void* valloc(size_t size) __THROW { in valloc() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/allocator/
Dallocator_shim_override_libc_symbols.h46 SHIM_ALWAYS_EXPORT void* valloc(size_t size) __THROW { in valloc() function
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/shim/
H A Dallocator_shim_override_libc_symbols.h67 SHIM_ALWAYS_EXPORT void* valloc(size_t size) __THROW { in valloc() function
H A Dmalloc_zone_functions_apple.h52 valloc_type valloc; member
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_testlib.cc129 void *valloc(size_t size) { in valloc() function
/aosp_15_r20/external/perfetto/src/profiling/memory/
H A Dmalloc_interceptor_glibc_preload.cc162 void* valloc(size_t size) { in valloc() function
/aosp_15_r20/bionic/libc/private/
H A Dbionic_malloc_dispatch.h71 MallocValloc valloc; member
/aosp_15_r20/external/compiler-rt/lib/scudo/
H A Dscudo_interceptors.cpp43 INTERCEPTOR(void*, valloc, uptr size) { in INTERCEPTOR() argument
/aosp_15_r20/bionic/libc/bionic/
H A Dmalloc_common.cpp235 extern "C" void* valloc(size_t bytes) { in valloc() function
/aosp_15_r20/external/bcc/src/lua/bpf/
H A Dbpf.lua264 local function valloc(size, blank) function
/aosp_15_r20/external/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cc117 INTERCEPTOR(void*, valloc, uptr size) { in INTERCEPTOR() argument
/aosp_15_r20/external/jemalloc_new/src/
H A Dzone.c20 void *(*valloc)(struct _malloc_zone_t *, size_t); member
/aosp_15_r20/external/compiler-rt/lib/msan/
H A Dmsan_interceptors.cc205 INTERCEPTOR(void *, valloc, SIZE_T size) { in INTERCEPTOR() argument
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc759 TSAN_INTERCEPTOR(void*, valloc, uptr sz) { in TSAN_INTERCEPTOR() argument
/aosp_15_r20/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc3250 TEST(MemorySanitizer, valloc) { in TEST() argument
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/libc-0.2.153/src/unix/haiku/
H A Dmod.rs1697 pub fn valloc(numBytes: ::size_t) -> *mut ::c_void; in valloc() function

12