Home
last modified time | relevance | path

Searched defs:Realloc (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gfxstream/guest/vulkan_enc/
DCommandBufferStagingStream.h94 using Realloc = std::function<Memory(const Memory&, size_t)>; variable
/third_party/rust/rust/compiler/rustc_llvm/llvm-wrapper/
DRustWrapper.cpp360 Realloc = 1 << 1, enumerator
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/llvm/
Dffi.rs999 const Realloc = 1 << 1; constant
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp56424 static void* Realloc(void* aPtr, size_t aSize) in Realloc() function
56439 static void* Realloc(void* aPtr, size_t aSize) in Realloc() function
62126 Realloc enumerator
76460 __attribute__((always_inline)) inline void Realloc(size_t aCount, bool aZero = false) in Realloc() function