Lines Matching refs:malloc
6440 extern void *malloc (size_t __size) throw () __attribute__ ((__malloc__)) ;
6833 using ::malloc;
7460 __attribute__ ((malloc, warn_unused_result));
7463 __attribute__ ((malloc, warn_unused_result));
7466 __attribute__ ((malloc, warn_unused_result));
7469 __attribute__ ((malloc, warn_unused_result));
7477 __attribute__ ((malloc, warn_unused_result));
7492 __attribute__ ((malloc, warn_unused_result));
7498 __attribute__ ((malloc, warn_unused_result));
7515 return malloc(size);
7527 return malloc(size);
7557 return malloc(size);
7563 return malloc(size);
9654 using std::malloc;
50545 return malloc(bytes);
56423 static void* Malloc(size_t aSize) { return malloc(aSize); }
60134 return static_cast<T*>(malloc(aNumElems * sizeof(T)));
76478 mStorage = static_cast<uint8_t *>(malloc(storageByteCount.value()));
109200 void* p = malloc(chunkSize);