HomeSort by: relevance | last modified time | path
    Searched refs:Malloc (Results 1 - 4 of 4) sorted by relevancy

  /src/bin/csh/
alloc.c 51 Malloc(size_t n)
55 if ((ptr = malloc(n)) == NULL) {
csh.h 87 #define xmalloc(i) Malloc(i)
extern.h 315 void * Malloc(size_t);
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc 93 # include <malloc.h>
234 // Check that malloc poisons memory.
237 int *x = (int*)malloc(sizeof(int));
332 // malloc() in the following test may be optimized to produce a compile-time
335 S4 *x = (int*)malloc(sizeof(S4));
340 TEST(MemorySanitizer, Malloc) {
341 S4 *x = (int*)Ident(malloc(sizeof(S4)));
1484 char *dst = (char *)malloc(sz);
1490 char *src = (char *)malloc(sz);
4570 char *array = reinterpret_cast<char*>(malloc(100))
    [all...]

Completed in 16 milliseconds