HomeSort by relevance Sort by last modified time
    Searched refs:mallocSize (Results 1 - 2 of 2) sorted by null

  /external/jsoncpp/src/lib_json/
json_batchallocator.h 100 const unsigned int mallocSize =
103 BatchInfo* batch = static_cast<BatchInfo*>(malloc(mallocSize));
  /system/core/libcutils/
native_handle.c 47 size_t mallocSize = sizeof(native_handle_t) + (sizeof(int) * (numFds + numInts));
48 native_handle_t* h = malloc(mallocSize);

Completed in 909 milliseconds