OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ALLOCATOR
(Results
1 - 4
of
4
) sorted by null
/external/lz4/lib/
lz4frame.c
58
#define
ALLOCATOR
(s) calloc(1,s)
332
cctxPtr = (LZ4F_cctx_internal_t*)
ALLOCATOR
(sizeof(LZ4F_cctx_internal_t));
402
cctxPtr->tmpBuff = (BYTE*)
ALLOCATOR
(requiredBuffSize);
715
dctxPtr =
ALLOCATOR
(sizeof(LZ4F_dctx_internal_t));
789
dctxPtr->tmpIn =
ALLOCATOR
(dctxPtr->maxBlockSize);
791
dctxPtr->tmpOutBuffer=
ALLOCATOR
(dctxPtr->maxBufferSize);
[
all
...]
lz4.c
142
#define
ALLOCATOR
(n,s) calloc(n,s)
713
void* ctx =
ALLOCATOR
(LZ4_STREAMSIZE_U64, 8); /* Aligned on 8-bytes boundaries */
733
void* ctx =
ALLOCATOR
(LZ4_STREAMSIZE_U64, 8); /* Aligned on 8-bytes boundaries */
767
LZ4_stream_t* lz4s = (LZ4_stream_t*)
ALLOCATOR
(8, LZ4_STREAMSIZE_U64);
[
all
...]
/prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.4.01/
xml-apis-1.4.01.jar
/prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.0.CR3/
netty-transport-4.1.0.CR3.jar
Completed in 489 milliseconds