HomeSort by relevance Sort by last modified time
    Searched defs:malloc (Results 51 - 75 of 101) sorted by null

1 23 4 5

  /external/jemalloc/include/jemalloc/
jemalloc_mangle_jet.h 14 # define malloc jet_malloc macro
  /external/syslinux/com32/gplinclude/zzjson/
zzjson.h 36 void *(*malloc)(size_t size); // pa c member in struct:ZZJSON_CONFIG
  /external/valgrind/callgrind/
debug.c 441 void* CLG_(malloc)(const HChar* cc, UWord s, const HChar* f) function
443 CLG_DEBUG(3, "Malloc(%lu) in %s.\n", s, f);
444 return VG_(malloc)(cc,s);
  /external/wayland/tests/
test-runner.c 69 malloc(size_t size) function
351 /* Load system malloc, free, and realloc */
354 sys_malloc = dlsym(RTLD_NEXT, "malloc");
  /external/wpa_supplicant_8/src/utils/
os.h 485 #define os_malloc(s) malloc((s))
640 #define malloc OS_DO_NOT_USE_malloc macro
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_runtime_wrapper.h 240 // malloc/free/printf calls to work without relying on
244 __device__ void *malloc(size_t) __attribute((nothrow)) __attribute__((malloc));
262 // We also need device-side std::malloc and std::free.
265 __device__ static inline void *malloc(size_t __size) { function in namespace:std
266 return ::malloc(__size);
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_runtime_wrapper.h 256 // malloc/free/printf calls to work without relying on
260 __device__ void *malloc(size_t) __attribute((nothrow)) __attribute__((malloc));
278 // We also need device-side std::malloc and std::free.
281 __device__ static inline void *malloc(size_t __size) { function in namespace:std
282 return ::malloc(__size);
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_runtime_wrapper.h 270 // malloc/free/printf calls to work without relying on
274 __device__ void *malloc(size_t) __attribute((nothrow)) __attribute__((malloc));
292 // We also need device-side std::malloc and std::free.
295 __device__ static inline void *malloc(size_t __size) { function in namespace:std
296 return ::malloc(__size);
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
__clang_cuda_runtime_wrapper.h 270 // malloc/free/printf calls to work without relying on
274 __device__ void *malloc(size_t) __attribute((nothrow)) __attribute__((malloc));
292 // We also need device-side std::malloc and std::free.
295 __device__ static inline void *malloc(size_t __size) { function in namespace:std
296 return ::malloc(__size);
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
__clang_cuda_runtime_wrapper.h 270 // malloc/free/printf calls to work without relying on
274 __device__ void *malloc(size_t) __attribute((nothrow)) __attribute__((malloc));
292 // We also need device-side std::malloc and std::free.
295 __device__ static inline void *malloc(size_t __size) { function in namespace:std
296 return ::malloc(__size);
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
__clang_cuda_runtime_wrapper.h 298 // malloc/free/printf calls to work without relying on
302 __device__ void *malloc(size_t) __attribute((nothrow)) __attribute__((malloc));
320 // We also need device-side std::malloc and std::free.
323 __device__ static inline void *malloc(size_t __size) { function in namespace:std
324 return ::malloc(__size);
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
__clang_cuda_runtime_wrapper.h 298 // malloc/free/printf calls to work without relying on
302 __device__ void *malloc(size_t) __attribute((nothrow)) __attribute__((malloc));
320 // We also need device-side std::malloc and std::free.
323 __device__ static inline void *malloc(size_t __size) { function in namespace:std
324 return ::malloc(__size);
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
__clang_cuda_runtime_wrapper.h 298 // malloc/free/printf calls to work without relying on
302 __device__ void *malloc(size_t) __attribute((nothrow)) __attribute__((malloc));
320 // We also need device-side std::malloc and std::free.
323 __device__ static inline void *malloc(size_t __size) { function in namespace:std
324 return ::malloc(__size);
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
__clang_cuda_runtime_wrapper.h 298 // malloc/free/printf calls to work without relying on
302 __device__ void *malloc(size_t) __attribute((nothrow)) __attribute__((malloc));
320 // We also need device-side std::malloc and std::free.
323 __device__ static inline void *malloc(size_t __size) { function in namespace:std
324 return ::malloc(__size);
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_runtime_wrapper.h 240 // malloc/free/printf calls to work without relying on
244 __device__ void *malloc(size_t) __attribute((nothrow)) __attribute__((malloc));
262 // We also need device-side std::malloc and std::free.
265 __device__ static inline void *malloc(size_t __size) { function in namespace:std
266 return ::malloc(__size);
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_runtime_wrapper.h 256 // malloc/free/printf calls to work without relying on
260 __device__ void *malloc(size_t) __attribute((nothrow)) __attribute__((malloc));
278 // We also need device-side std::malloc and std::free.
281 __device__ static inline void *malloc(size_t __size) { function in namespace:std
282 return ::malloc(__size);
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_runtime_wrapper.h 270 // malloc/free/printf calls to work without relying on
274 __device__ void *malloc(size_t) __attribute((nothrow)) __attribute__((malloc));
292 // We also need device-side std::malloc and std::free.
295 __device__ static inline void *malloc(size_t __size) { function in namespace:std
296 return ::malloc(__size);
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
__clang_cuda_runtime_wrapper.h 270 // malloc/free/printf calls to work without relying on
274 __device__ void *malloc(size_t) __attribute((nothrow)) __attribute__((malloc));
292 // We also need device-side std::malloc and std::free.
295 __device__ static inline void *malloc(size_t __size) { function in namespace:std
296 return ::malloc(__size);
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
__clang_cuda_runtime_wrapper.h 270 // malloc/free/printf calls to work without relying on
274 __device__ void *malloc(size_t) __attribute((nothrow)) __attribute__((malloc));
292 // We also need device-side std::malloc and std::free.
295 __device__ static inline void *malloc(size_t __size) { function in namespace:std
296 return ::malloc(__size);
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/
__clang_cuda_runtime_wrapper.h 298 // malloc/free/printf calls to work without relying on
302 __device__ void *malloc(size_t) __attribute((nothrow)) __attribute__((malloc));
320 // We also need device-side std::malloc and std::free.
323 __device__ static inline void *malloc(size_t __size) { function in namespace:std
324 return ::malloc(__size);
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/
__clang_cuda_runtime_wrapper.h 298 // malloc/free/printf calls to work without relying on
302 __device__ void *malloc(size_t) __attribute((nothrow)) __attribute__((malloc));
320 // We also need device-side std::malloc and std::free.
323 __device__ static inline void *malloc(size_t __size) { function in namespace:std
324 return ::malloc(__size);
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/
__clang_cuda_runtime_wrapper.h 298 // malloc/free/printf calls to work without relying on
302 __device__ void *malloc(size_t) __attribute((nothrow)) __attribute__((malloc));
320 // We also need device-side std::malloc and std::free.
323 __device__ static inline void *malloc(size_t __size) { function in namespace:std
324 return ::malloc(__size);
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/
__clang_cuda_runtime_wrapper.h 298 // malloc/free/printf calls to work without relying on
302 __device__ void *malloc(size_t) __attribute((nothrow)) __attribute__((malloc));
320 // We also need device-side std::malloc and std::free.
323 __device__ static inline void *malloc(size_t __size) { function in namespace:std
324 return ::malloc(__size);
  /prebuilts/sdk/renderscript/clang-include/
__clang_cuda_runtime_wrapper.h 240 // malloc/free/printf calls to work without relying on
244 __device__ void *malloc(size_t) __attribute((nothrow)) __attribute__((malloc));
262 // We also need device-side std::malloc and std::free.
265 __device__ static inline void *malloc(size_t __size) { function in namespace:std
266 return ::malloc(__size);
  /external/cmockery/cmockery_0_1_2/src/google/
cmockery.h 241 // Redirect malloc, calloc and free to the unit test allocators.
243 #define malloc test_malloc macro

Completed in 349 milliseconds

1 23 4 5