Home
last modified time | relevance | path

Searched refs:ShimFree (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/allocator/
Dallocator_shim_override_libc_symbols.h24 ShimFree(ptr, nullptr); in free()
36 ShimFree(ptr, nullptr); in cfree()
Dallocator_shim_override_linker_wrapped_symbols.h25 ShimFree(ptr, nullptr); in __wrap_free()
Dallocator_shim.cc245 ALWAYS_INLINE void ShimFree(void* address, void* context) { in ShimFree() function